diff --git a/mu-plugins/blocks/google-map/src/index.js b/mu-plugins/blocks/google-map/src/index.js index d863d6432..a579ac229 100644 --- a/mu-plugins/blocks/google-map/src/index.js +++ b/mu-plugins/blocks/google-map/src/index.js @@ -12,10 +12,10 @@ import { useBlockProps } from '@wordpress/block-editor'; import metadata from './block.json'; import Main from './components/main'; -function Edit() { +function Edit( { attributes } ) { return (
-
+
); }