aboutsummaryrefslogtreecommitdiff
path: root/src/components/BillingPage.js
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-17 16:18:12 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-17 16:18:12 +0530
commit444a8147f59df78ebf14222edcebf944226b533e (patch)
tree88f72d041c3b75b5c3d7d6f48fffc2b943379809 /src/components/BillingPage.js
parent2efc453d20aca682ac3f34af8687d4bb28642195 (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.js1
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}/>