Skip to content

Commit

Permalink
Removing DEV flag for Image block size options (#20229)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell authored Feb 14, 2020
1 parent 56ff721 commit 76d25bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/block-library/src/image/edit.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,7 @@ export class ImageEdit extends React.Component {
checked={ linkTarget === '_blank' }
onChange={ this.onSetNewTab }
/>
{ // eslint-disable-next-line no-undef
image && sizeOptionsValid && __DEV__ && (
{ image && sizeOptionsValid && (
<CycleSelectControl
icon={ 'editor-expand' }
label={ __( 'Size' ) }
Expand Down

0 comments on commit 76d25bf

Please sign in to comment.