diff --git a/src/components/Blocks/MaplibreBlock/View.jsx b/src/components/Blocks/MaplibreBlock/View.jsx index af28839..d9a8e38 100644 --- a/src/components/Blocks/MaplibreBlock/View.jsx +++ b/src/components/Blocks/MaplibreBlock/View.jsx @@ -1,5 +1,6 @@ import React from 'react'; import { MapLibre } from '../../MapLibre'; +import cx from 'classnames'; import { withBlockExtensions } from '@plone/volto/helpers'; const MaplibreBlockView = (props) => { @@ -15,7 +16,7 @@ const MaplibreBlockView = (props) => { data?.markers?.filter((item) => item.latitude && item.longitude) || []; return ( -