aboutsummaryrefslogtreecommitdiff
path: root/src/components/Pages/BillingPage.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Pages/BillingPage.tsx')
-rw-r--r--src/components/Pages/BillingPage.tsx9
1 files changed, 4 insertions, 5 deletions
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}
/>
- <button onClick={() => setShowSubmitMenu(true)}>
- post (experimental)
- </button>
-
- <SummaryDisplay items={items}/>
+ <SummaryDisplay
+ items={items}
+ setShowSubmitMenu={setShowSubmitMenu}
+ />
</div>
</>
);