mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-11 10:06:09 +00:00
fixed lint issue w/ burnettk cullerton
This commit is contained in:
parent
534f1d7a04
commit
0e31ff2be4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user