Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Arbyhisenaj committed Dec 21, 2024
1 parent 4c59b08 commit d0aab50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nextjs/src/components/LocalisedMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ const LocalisedMap = forwardRef<MapRef, LocalisedMapProps>(
}
)

LocalisedMap.displayName = 'LocalisedMap'

export default LocalisedMap

const mapboxTransformRequest: RequestTransformFunction = (url) => {
Expand Down

0 comments on commit d0aab50

Please sign in to comment.