From 4df6eaa913737427ddec2561c0ee8c9235f0c95f Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Mon, 3 May 2021 22:08:22 +0530 Subject: fixed warnings occouring due to abscence of --- src/components/Display/ItemsDisplay.js | 40 ++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 19 deletions(-) (limited to 'src/components/Display/ItemsDisplay.js') diff --git a/src/components/Display/ItemsDisplay.js b/src/components/Display/ItemsDisplay.js index 0a349f2..7afc341 100644 --- a/src/components/Display/ItemsDisplay.js +++ b/src/components/Display/ItemsDisplay.js @@ -19,27 +19,29 @@ const ItemsDisplay = (props) => { return ( - - - - - - - - - - + + + + + + + + + + + - {items.map( - (item) => { - itemNumber++ - return ( - - ); - } - )} + {items.map( + (item) => { + itemNumber++ + return ( + + ); + } + )} - + +
S. NumItemDescriptionQuantity(NOS)Discount(%)GST(%)HSNPrice
S. NumItemDescriptionQuantity(NOS)Discount(%)GST(%)HSNPrice
); } -- cgit v1.2.3