mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-05 22:53:57 +00:00
lint
This commit is contained in:
parent
229117fc78
commit
252268ade4
@ -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