From 444a8147f59df78ebf14222edcebf944226b533e Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Sat, 17 Apr 2021 16:18:12 +0530 Subject: designed DisplayItem and ItemsDisplay so it now renders a pretty table --- src/components/BillingPage.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components/BillingPage.js') 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 (
-- cgit v1.2.3