lint
This commit is contained in:
parent
229117fc78
commit
252268ade4
|
@ -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…
Reference in New Issue