From 8bdc41f824f9d82d33f47f7f5862374e8774adc1 Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Wed, 6 Nov 2024 22:06:30 +0100 Subject: [PATCH] Update src/app/scripts/_components/ScriptInfoBlocks.tsx with enhancements and fixes --- frontend/src/app/scripts/_components/ScriptInfoBlocks.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)}