We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ac952 commit 22a9276Copy full SHA for 22a9276
1 file changed
src/block/icon-list-item/edit.js
@@ -156,7 +156,7 @@ const Edit = props => {
156
openEvenIfUnselected={ true }
157
hasLinearGradient={ false }
158
/> }
159
- { ! ordered && ! icon &&
+ { ! ordered && ! icon && parentUniqueId &&
160
<Icon
161
value={ getUseSvgDef( `#stk-icon-list__icon-svg-def-${ parentUniqueId }` ) }
162
0 commit comments