fixed lint issue w/ burnettk cullerton

This commit is contained in:
jasquat 2022-11-08 18:05:17 -05:00
parent 534f1d7a04
commit 0e31ff2be4
1 changed files with 0 additions and 5 deletions

View File

@ -408,11 +408,6 @@ export default function ProcessInstanceList() {
</Link>
);
};
const formatProcessGroupIdentifier = (row: any, identifier: any) => {
return (
<Link to={`/admin/process-groups/${identifier}`}>{identifier}</Link>
);
};
const formatProcessModelIdentifier = (row: any, identifier: any) => {
return (
<Link