Skip to content

Commit

Permalink
Update MapWithList.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
motuz0001 authored Nov 4, 2024
1 parent 6b89489 commit 2b88f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Maps/Content/MapView/MapWithList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ export const MapWithList = (props: IProps) => {
icon="gps-location"
showIconOnly
/>
<Tooltip id="locationButton-tooltip"/>
<Tooltip id="locationButton-tooltip" />

{/* Globe button to Zoom out to world view */}
<Button
Expand Down Expand Up @@ -313,7 +313,7 @@ export const MapWithList = (props: IProps) => {
icon="globe"
showIconOnly
/>
<Tooltip id="globeButton-tooltip/>
<Tooltip id="globeButton-tooltip" />

{notification && notification !== '' && (
<Button sx={{ zIndex: 1000 }} variant="subtle">
Expand Down

0 comments on commit 2b88f8f

Please sign in to comment.