From 12fa58555681257384150383b4e83c572d19fec9 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Sun, 29 Aug 2021 10:28:10 +0530 Subject: Moved submit button to SummaryDisplay --- src/components/Pages/BillingPage.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/components/Pages/BillingPage.tsx') diff --git a/src/components/Pages/BillingPage.tsx b/src/components/Pages/BillingPage.tsx index 9dcb485..c1d30a5 100644 --- a/src/components/Pages/BillingPage.tsx +++ b/src/components/Pages/BillingPage.tsx @@ -113,11 +113,10 @@ const BillingPage: React.FC = () => { setShowTransportForm={setShowTransportForm} /> - - - + ); -- cgit v1.2.3