Skip to content

Commit 4da76d5

Browse files
committed
fix(csp): update svgo babel.config to use presetDefaults instead of extendDefaultPlugins (#2138)
1 parent bba21a6 commit 4da76d5

File tree

2 files changed

+659
-614
lines changed

2 files changed

+659
-614
lines changed

packages/netlify-cms-widget-map/src/withMapControl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default function withMapControl({ getFormat, getMap } = {}) {
3939

4040
static defaultProps = {
4141
value: '',
42-
height: '400px'
42+
height: '400px',
4343
};
4444

4545
constructor(props) {

0 commit comments

Comments
 (0)