show incidents for selected member and selected dates
This commit is contained in:
@@ -13,7 +13,8 @@ import {
|
||||
|
||||
|
||||
const MemberIncidentsTable = props => {
|
||||
const { loading, incidents, title } = props;
|
||||
const { loading, title } = props;
|
||||
const incidents = props.incidents ? props.incidents : [];
|
||||
|
||||
const columns = [];
|
||||
if (incidents && incidents.length > 0){
|
||||
|
||||
Reference in New Issue
Block a user