Skip to content

Commit

Permalink
Fix: Add Image style settings for hotlinked images (#28006)
Browse files Browse the repository at this point in the history
  • Loading branch information
enejb authored and guarani committed Jan 7, 2021
1 parent 4846058 commit 32b5bb3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/block-library/src/image/edit.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,9 +419,7 @@ export class ImageEdit extends React.Component {
<InspectorControls>
<PanelBody title={ __( 'Image settings' ) } />
<PanelBody style={ styles.panelBody }>
{ image && (
<BlockStyles clientId={ clientId } url={ url } />
) }
<BlockStyles clientId={ clientId } url={ url } />
</PanelBody>
<PanelBody>
{ image && sizeOptionsValid && (
Expand Down

0 comments on commit 32b5bb3

Please sign in to comment.