Skip to content

Commit

Permalink
fix: style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
benfurber committed Oct 14, 2024
1 parent aaab385 commit c033d66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/pages/Maps/Content/MapView/MapWithListHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ export const MapWithListHeader = (props: IProps) => {
<Button
data-cy="MapFilterList-OpenButton"
icon="sliders"
showIconOnly={isMobile ? true : false}
onClick={toggleFilterModal}
variant={hasFiltersSelected ? 'primary' : 'outline'}
>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/Maps/Maps.client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ const MapsPage = observer(() => {
const pins = await mapPinService.getMapPins(user?._id)
setMapPins(pins)
setNotification('')
} catch(error) {
} catch (error) {
setNotification(error)
}
}

fetchMapPins()
}, [])

Expand Down
1 change: 1 addition & 0 deletions src/styles/leaflet.css
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
font-size: 30px;
padding: 12px;
padding-top: 9px;
}

.leaflet-control-zoom.leaflet-bar.leaflet-control{
Expand Down

0 comments on commit c033d66

Please sign in to comment.