Skip to content

Commit 9fe1f23

Browse files
authored
hotfix: 출고 데이터 오류 수정
1 parent e97655e commit 9fe1f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/statistics/ui/monthlySalesChart/MontlySalesChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export function SalesChart() {
4949
},
5050
{
5151
name: '출고 매출',
52-
data: items.map((item) => item.stockOutPrice),
52+
data: items.map((item) => item.stockOutPrice / 8),
5353
},
5454
],
5555
};

0 commit comments

Comments
 (0)