diff --git a/src/pages/Statistics/Sales/index.tsx b/src/pages/Statistics/Sales/index.tsx index acfcd1b..66f48cd 100644 --- a/src/pages/Statistics/Sales/index.tsx +++ b/src/pages/Statistics/Sales/index.tsx @@ -134,6 +134,7 @@ const ListPage: React.FC = () => { yoone9Quantity: data?.yoone9Quantity || 0, yoone12Quantity: data?.yoone12Quantity || 0, yoone15Quantity: data?.yoone15Quantity || 0, + yoone18Quantity: data?.yoone18Quantity || 0, }); return { total: data?.total || 0, @@ -219,6 +220,7 @@ const ListPage: React.FC = () => {
YOONE 9MG: {yooneTotal.yoone9Quantity || 0}
YOONE 12MG: {yooneTotal.yoone12Quantity || 0}
YOONE 15MG: {yooneTotal.yoone15Quantity || 0}
+
YOONE 18MG: {yooneTotal.yoone18Quantity || 0}
);