fixed lint issue w/ burnettk cullerton
This commit is contained in:
parent
04b2e7c8fc
commit
8f6b98d65d
|
@ -408,11 +408,6 @@ export default function ProcessInstanceList() {
|
||||||
</Link>
|
</Link>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
const formatProcessGroupIdentifier = (row: any, identifier: any) => {
|
|
||||||
return (
|
|
||||||
<Link to={`/admin/process-groups/${identifier}`}>{identifier}</Link>
|
|
||||||
);
|
|
||||||
};
|
|
||||||
const formatProcessModelIdentifier = (row: any, identifier: any) => {
|
const formatProcessModelIdentifier = (row: any, identifier: any) => {
|
||||||
return (
|
return (
|
||||||
<Link
|
<Link
|
||||||
|
|
Loading…
Reference in New Issue