diff options
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"}> |