mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-28 09:00:44 +00:00
Use the modify method
This commit is contained in:
parent
c6325303d4
commit
03492c94c8
@ -50,7 +50,7 @@ export default function ProcessGroupShow() {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
const rows = processModels.map((row) => {
|
const rows = processModels.map((row) => {
|
||||||
const modifiedProcessModelId: String = (row as any).id.replace('/', ':');
|
const modifiedProcessModelId: String = modifyProcessModelPath((row as any).id);
|
||||||
return (
|
return (
|
||||||
<tr key={(row as any).id}>
|
<tr key={(row as any).id}>
|
||||||
<td>
|
<td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user