From 8e1c4dbd01244565a1bf577fc2736454425d9033 Mon Sep 17 00:00:00 2001 From: mahdi Date: Tue, 3 May 2022 18:35:18 +0430 Subject: [PATCH] update App.js, src/components/CardTrelloDesign/index.js and src/components/ProductSalesAmount/Design2/index.js --- src/App.js | 4 ++-- src/components/CardTrelloDesign/index.js | 2 +- src/components/ProductSalesAmount/Design2/index.js | 6 +++++- 3 files changed, 8 insertions(+), 4 deletions(-) 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}

))}