From 1b6d63bf74aac56219208e2a9eccf2f2bfabfc80 Mon Sep 17 00:00:00 2001 From: dohyeons Date: Thu, 23 Oct 2025 12:50:38 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=ED=96=89=20?= =?UTF-8?q?=EC=A4=84=EB=AC=B4=EB=8A=AC=20=EC=9E=AC=EA=B5=AC=ED=98=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/components/admin/dashboard/widgets/ListWidget.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/admin/dashboard/widgets/ListWidget.tsx b/frontend/components/admin/dashboard/widgets/ListWidget.tsx index e3a2a7e7..378d8825 100644 --- a/frontend/components/admin/dashboard/widgets/ListWidget.tsx +++ b/frontend/components/admin/dashboard/widgets/ListWidget.tsx @@ -255,7 +255,7 @@ export function ListWidget({ element }: ListWidgetProps) { ) : ( paginatedRows.map((row, idx) => ( - + {displayColumns .filter((col) => col.visible) .map((col) => (