From 45b7b379ce05aa8741d46b890cda2e0bf0b9ee67 Mon Sep 17 00:00:00 2001 From: bokhonglo Date: Fri, 8 May 2026 18:33:26 +0700 Subject: [PATCH] id submission --- src/components/tables/SubmissionsTable.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/tables/SubmissionsTable.tsx b/src/components/tables/SubmissionsTable.tsx index a7ca256..40ea241 100644 --- a/src/components/tables/SubmissionsTable.tsx +++ b/src/components/tables/SubmissionsTable.tsx @@ -247,14 +247,14 @@ export default function SubmissionsTable({
onViewDetails(item.id)} - className="flex flex-col cursor-pointer hover:underline min-w-0" + + className="flex flex-col min-w-0" > -

+

onViewDetails(item.id)} className="cursor-pointer hover:underline text-[14px] font-semibold text-blue-600 dark:text-[#58a6ff] truncate"> {item.project_title}

- {item.id.split("-")[0]} + {item.id}