Skip to content

Commit

Permalink
Merge pull request #321 from bahnzumberg/uat
Browse files Browse the repository at this point in the history
UAT -> PROD without map
  • Loading branch information
martinheppner authored Apr 16, 2024
2 parents 78718ce + 554dcd3 commit d09f839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Start/Start.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,11 +288,11 @@ function Start({
</Box>
)}

{!showMobileMenu && (
{/* {!showMobileMenu && (
<MapBtn onClick={onClickMap}>
{t("start.zur_kartenansicht")}
</MapBtn>
)}
)} */}


{!showMobileMenu && (
Expand Down

0 comments on commit d09f839

Please sign in to comment.