Skip to content

Commit

Permalink
Fix custom overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Jul 5, 2024
1 parent e15f109 commit 47e2ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/overlay/useMapOverlays.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default () => {
{
id: 'custom',
title: t('mapOverlayCustom'),
source: sourceCustom(customMapOverlay),
source: sourceCustom([customMapOverlay]),
available: Boolean(customMapOverlay),
},
], [t, googleKey, openWeatherKey, tomTomKey, hereKey, customMapOverlay]);
Expand Down

0 comments on commit 47e2ca4

Please sign in to comment.