diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-17 16:18:12 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-17 16:18:12 +0530 |
commit | 444a8147f59df78ebf14222edcebf944226b533e (patch) | |
tree | 88f72d041c3b75b5c3d7d6f48fffc2b943379809 /src/components/BillingPage.js | |
parent | 2efc453d20aca682ac3f34af8687d4bb28642195 (diff) |
designed DisplayItem and ItemsDisplay so it now renders a pretty table
Diffstat (limited to 'src/components/BillingPage.js')
-rw-r--r-- | src/components/BillingPage.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/BillingPage.js b/src/components/BillingPage.js index 0726f3c..bb1330f 100644 --- a/src/components/BillingPage.js +++ b/src/components/BillingPage.js @@ -33,7 +33,6 @@ const BillingPage = () => { ); }; - console.log(items) return ( <div> <AddNewItemForm savedItems={sampleData} addItem={getItems} defGSTValue={defGSTValue}/> |