Use the modify method

This commit is contained in:
mike cullerton 2022-11-10 12:47:45 -05:00
parent c6325303d4
commit 03492c94c8
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ export default function ProcessGroupShow() {
return null;
}
const rows = processModels.map((row) => {
const modifiedProcessModelId: String = (row as any).id.replace('/', ':');
const modifiedProcessModelId: String = modifyProcessModelPath((row as any).id);
return (
<tr key={(row as any).id}>
<td>