Use the modify method

This commit is contained in:
mike cullerton 2022-11-10 12:47:45 -05:00
parent 4726a7fa23
commit 0b37e494e5
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>