display summary for selected member and dates

This commit is contained in:
Bilal Catic
2019-06-20 13:34:27 +02:00
parent 7455514b40
commit 6a0ef53031
2 changed files with 71 additions and 7 deletions

View File

@@ -57,9 +57,13 @@ class PracticeSummaryReport extends Component {
</Grid.Row>
<Grid.Row>
<Grid.Column>
<MemberSummary />
<MemberSummary
incidents={memberIncidents}
loading={loading}
/>
</Grid.Column>
</Grid.Row>
<Grid.Row/>
<Grid.Row>
<Grid.Column>
<MemberIncidentsTable