gutenblock-controls
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -174,3 +174,3 @@ 'use strict'; | ||
{ style: { marginTop: '10px' } }, | ||
wp.element.createElement( | ||
max < items || !max ? wp.element.createElement( | ||
Button, | ||
@@ -183,4 +183,4 @@ { | ||
}, | ||
max && max < items ? addNew : null | ||
) | ||
addNew | ||
) : null | ||
) | ||
@@ -187,0 +187,0 @@ ) |
{ | ||
"name": "gutenblock-controls", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Useful inspector controls for gutenberg", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
24712