mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-13 11:05:56 +00:00
lint
This commit is contained in:
parent
5901bae731
commit
cd3bb9fb28
@ -58,7 +58,9 @@ export default function ProcessGroupShow() {
|
||||
return null;
|
||||
}
|
||||
const rows = processModels.map((row: ProcessModel) => {
|
||||
const modifiedProcessModelId: String = modifyProcessModelPath((row as any).id);
|
||||
const modifiedProcessModelId: String = modifyProcessModelPath(
|
||||
(row as any).id
|
||||
);
|
||||
return (
|
||||
<tr key={row.id}>
|
||||
<td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user