diff --git a/frontend/src/app/scripts/_components/ScriptInfoBlocks.tsx b/frontend/src/app/scripts/_components/ScriptInfoBlocks.tsx index 8407c8a3..fd1b8df5 100644 --- a/frontend/src/app/scripts/_components/ScriptInfoBlocks.tsx +++ b/frontend/src/app/scripts/_components/ScriptInfoBlocks.tsx @@ -102,7 +102,7 @@ export function LatestScripts({ items }: { items: Category[] }) {
- {script.name} {getCorrectTypeNaming(script.type)} + {script.name} {getDisplayValueFromType(script.type)}
- {script.name} {getCorrectTypeNaming(script.type)} + {script.name} {getDisplayValueFromType(script.type)}