From d1494473efc3c275427213f966866c58f988cec8 Mon Sep 17 00:00:00 2001 From: "theis.gaedigk" Date: Tue, 19 Aug 2025 21:37:32 +0200 Subject: [PATCH] fixed display bug in the table --- frontend/src/components/Form4.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/Form4.tsx b/frontend/src/components/Form4.tsx index 1f452ac..2962d82 100644 --- a/frontend/src/components/Form4.tsx +++ b/frontend/src/components/Form4.tsx @@ -78,7 +78,7 @@ const Form4: React.FC = () => {
- +
-
@@ -131,8 +131,8 @@ const Form4: React.FC = () => { {formatDate(loan.created_at)} -
+
+
{Array.isArray(loan.loaned_items_name) ? loan.loaned_items_name.join(", ") : "-"}