From 0f97d533444c93a43198c2b4bf02460c6b1e3188 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:57:04 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[dashboard]=20PurchaseStatusSection=20To?= =?UTF-8?q?oltip=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/PurchaseStatusSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/business/CEODashboard/sections/PurchaseStatusSection.tsx b/src/components/business/CEODashboard/sections/PurchaseStatusSection.tsx index e15fccf7..c8268a33 100644 --- a/src/components/business/CEODashboard/sections/PurchaseStatusSection.tsx +++ b/src/components/business/CEODashboard/sections/PurchaseStatusSection.tsx @@ -132,7 +132,7 @@ export function PurchaseStatusSection({ data }: PurchaseStatusSectionProps) { [formatKoreanAmount(value ?? 0), '매입']} + formatter={(value) => [formatKoreanAmount(Number(value) || 0), '매입']} />