Fixed column names and the report
This commit is contained in:
@@ -4,7 +4,7 @@ import { Container } from 'semantic-ui-react';
|
||||
|
||||
import MainMenu from '../../components/MainMenu';
|
||||
import DateRangePicker from '../../components/DateRangePicker';
|
||||
import MemberIncidentsTable from '../../components/MemberIncidentsTable';
|
||||
import MemberIncidentsTables from '../../components/MemberIncidentsTables';
|
||||
|
||||
import { fetchIncidents } from '../../store/actions';
|
||||
|
||||
@@ -24,7 +24,7 @@ class IncidentsReport extends Component {
|
||||
<hr/>
|
||||
<DateRangePicker buttonLabel="Show report" onDatesUpdate={this.onDatesUpdate.bind(this)} />
|
||||
<br/>
|
||||
<MemberIncidentsTable loading={pendingIncidents} incidents={incidents} openMemberSummaryOnMemberClick />
|
||||
<MemberIncidentsTables pendingIncidents={pendingIncidents} incidents={incidents} />
|
||||
</Container>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user