From e765a7a5fbdd158034bfb90fe9107009555ce7ff Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Thu, 2 Oct 2025 16:50:37 +0700 Subject: [PATCH] chore(FE-40): hide empty content if is loading --- src/components/Table.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Table.tsx b/src/components/Table.tsx index e20d4d11..d28f6e72 100644 --- a/src/components/Table.tsx +++ b/src/components/Table.tsx @@ -224,6 +224,7 @@ const Table = ({ {(data.length === 0 || table.getRowModel().rows.length === 0) && + !isLoading && emptyContent} {data.length > 0 && table.getRowModel().rows.length > 0 && !isLoading && (