Skip to content

Commit 4defc57

Browse files
committed
default class name
Signed-off-by: Ihor Dykhta <[email protected]>
1 parent d753204 commit 4defc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/src/map/map-control-panel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function MapControlPanelFactory() {
137137
mapState,
138138
onToggleSplitMapViewport,
139139
isViewportUnsyncAllowed,
140-
className
140+
className = 'map-control-panel'
141141
}) => {
142142
const {isViewportSynced, isZoomLocked} = mapState || {};
143143
const onUnlockViewportChange = useCallback(() => {

0 commit comments

Comments
 (0)