rename old >practice summary< to >specific member incidents report<

This commit is contained in:
Bilal Catic
2019-08-05 11:09:46 +02:00
parent cf820d650f
commit 05c3a947c3
5 changed files with 12 additions and 12 deletions

View File

@@ -67,7 +67,7 @@ const SingleIncidentsTable = props => {
switch (props.column.id) {
case 'memberName':
const memberId = props.row['_original'].memberId;
urlValue = `/practice-summary-report/${memberId}`;
urlValue = `/specific-member-incidents-report/${memberId}`;
cellValue = props.value;
break;
case 'resourceName':