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), '매출']}
/>