Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
majkshkurti committed Oct 17, 2024
1 parent 02bf8ee commit f6547f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/map/panels/style/settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Settings = ({
newStyle[`${type}`] = value;
onStyleChange && onStyleChange(newStyle);
},
[layerStyle, isRange, type, onStyleChange]
[layerStyle, type, onStyleChange]
);

return (
Expand Down

0 comments on commit f6547f5

Please sign in to comment.