Skip to content

Commit

Permalink
Fix prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenjaHorbach committed Sep 13, 2023
1 parent 350f082 commit 43467f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/MapView/MapView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ const MapView = forwardRef<MapViewHandle, MapViewProps>(({accessToken, style, ma
styleURL={styleURL}
onMapIdle={setMapIdle}
pitchEnabled={pitchEnabled}
attributionPosition={{ ...styles.r2, ...styles.b2 }}
logoPosition={{ ...styles.l2, ...styles.b2 }}
attributionPosition={{...styles.r2, ...styles.b2}}
logoPosition={{...styles.l2, ...styles.b2}}
// eslint-disable-next-line
{...responder.panHandlers}
>
Expand Down
2 changes: 1 addition & 1 deletion src/styles/utilities/positioning.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ export default {
},
b2: {
bottom: 8,
}
},
} satisfies Record<string, ViewStyle>;

0 comments on commit 43467f7

Please sign in to comment.