diff --git a/src/App.js b/src/App.js index 5372a67..58ad719 100644 --- a/src/App.js +++ b/src/App.js @@ -100,7 +100,7 @@ function App() { return (
- + {/* */} {/* */} {/* */} {/* */} @@ -118,7 +118,7 @@ function App() { */} -
diff --git a/src/components/ProductSalesAmount/Design2/index.js b/src/components/ProductSalesAmount/Design2/index.js index 71d7b63..38f32ce 100644 --- a/src/components/ProductSalesAmount/Design2/index.js +++ b/src/components/ProductSalesAmount/Design2/index.js @@ -13,7 +13,11 @@ const Design2 = ({ incomes }) => { {incomes.map((income, index) => (
- +

{income.percentNumb}

))}