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