From 1e93f131d289140392167c8f1adbe24f76c0ac47 Mon Sep 17 00:00:00 2001 From: ape364 Date: Sun, 29 Jun 2025 19:34:24 +0500 Subject: [PATCH] Update script-item.tsx (#5549) * Update script-item.tsx add space * Update script-item.tsx * Update script-item.tsx --------- Co-authored-by: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> --- frontend/src/app/scripts/_components/script-item.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/scripts/_components/script-item.tsx b/frontend/src/app/scripts/_components/script-item.tsx index 1b30157cb..7653ecf9e 100644 --- a/frontend/src/app/scripts/_components/script-item.tsx +++ b/frontend/src/app/scripts/_components/script-item.tsx @@ -61,6 +61,7 @@ function ScriptHeader({ item }: { item: Script }) {
Added + {" "} {extractDate(item.date_created)}