Skip to content

Commit

Permalink
Removes: Empty white bar at the bottom of location and review forms #…
Browse files Browse the repository at this point in the history
…601

Issue #601 
Removes unnecessary bottom padding
  • Loading branch information
derkiz authored Nov 18, 2024
1 parent 0d8e630 commit 77a4597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/mobile/MobileLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const MobileLayout = () => {
<MapPage />
</div>
{connectRoutes}
<TabPanels style={{ paddingBottom: '50px' }}>
<TabPanels}>
<Switch>
{aboutRoutes}
{authRoutes}
Expand Down

1 comment on commit 77a4597

@derkiz
Copy link
Author

@derkiz derkiz commented on 77a4597 Nov 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, I missed a bracket '}'

Please sign in to comment.