aboutsummaryrefslogtreecommitdiff
path: root/src/components/Menu
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-08-29 10:28:10 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-08-29 10:28:10 +0530
commit12fa58555681257384150383b4e83c572d19fec9 (patch)
tree43821b58a0305ec34edceede4c393b0d9d50b2a2 /src/components/Menu
parent97d32bb98dd669d6ef934036cbf8d4278de0b481 (diff)
Moved submit button to SummaryDisplay
Diffstat (limited to 'src/components/Menu')
-rw-r--r--src/components/Menu/SubmitMenu.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Menu/SubmitMenu.tsx b/src/components/Menu/SubmitMenu.tsx
index 649b49d..6e5e317 100644
--- a/src/components/Menu/SubmitMenu.tsx
+++ b/src/components/Menu/SubmitMenu.tsx
@@ -22,6 +22,7 @@ const TransportForm: React.FC<Props> = (props) => {
const closeOnBGClicked = (event: any) =>
event.target.className === "floatingMenuBG" && hideSelf();
+
return (
<div className={"floatingMenuBG"} onClick={closeOnBGClicked}>
<div className={"smallFloatingMenu TransportForm"}>