diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-08-29 10:28:10 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-08-29 10:28:10 +0530 |
commit | 12fa58555681257384150383b4e83c572d19fec9 (patch) | |
tree | 43821b58a0305ec34edceede4c393b0d9d50b2a2 /src/components/Menu/SubmitMenu.tsx | |
parent | 97d32bb98dd669d6ef934036cbf8d4278de0b481 (diff) |
Moved submit button to SummaryDisplay
Diffstat (limited to 'src/components/Menu/SubmitMenu.tsx')
-rw-r--r-- | src/components/Menu/SubmitMenu.tsx | 1 |
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"}> |