add link to member summary report from incidents table

This commit is contained in:
Bilal Catic
2019-06-21 11:36:17 +02:00
parent ac92401960
commit f7c30919e6
6 changed files with 47 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ class PracticeSummaryReport extends Component {
this.state = {
dateRange: null,
memberId: null,
memberId: props.match.params.memberId,
};
}