From 58f1b2fa780b6b829a93d8d391afd02400be2b01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Mon, 23 Feb 2026 16:58:41 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[dashboard]=20SalesStatusSection=20Toolt?= =?UTF-8?q?ip=20formatter=20=ED=83=80=EC=9E=85=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/CEODashboard/sections/SalesStatusSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/business/CEODashboard/sections/SalesStatusSection.tsx b/src/components/business/CEODashboard/sections/SalesStatusSection.tsx index f55ab179..699eae5b 100644 --- a/src/components/business/CEODashboard/sections/SalesStatusSection.tsx +++ b/src/components/business/CEODashboard/sections/SalesStatusSection.tsx @@ -145,7 +145,7 @@ export function SalesStatusSection({ data }: SalesStatusSectionProps) { [formatKoreanAmount(value ?? 0), '매출']} + formatter={(value) => [formatKoreanAmount(Number(value) || 0), '매출']} /> @@ -161,7 +161,7 @@ export function SalesStatusSection({ data }: SalesStatusSectionProps) { [formatKoreanAmount(value ?? 0), '매출']} + formatter={(value) => [formatKoreanAmount(Number(value) || 0), '매출']} />