Skip to content

Commit

Permalink
fixes merge error which left the old edit button with no icon
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu committed Dec 3, 2019
1 parent 0ccc3a9 commit da36000
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/block-library/src/image/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -591,15 +591,6 @@ export class ImageEdit extends Component {
/> }
{ url && (
<>
<ToolbarGroup>
<IconButton
className={ classnames( 'components-icon-button components-toolbar__control', { 'is-active': this.state.isEditing } ) }
label={ __( 'Edit image' ) }
aria-pressed={ this.state.isEditing }
onClick={ this.toggleIsEditing }
icon={ editImageIcon }
/>
</ToolbarGroup>
<ToolbarGroup>
<ImageURLInputUI
url={ href || '' }
Expand Down

0 comments on commit da36000

Please sign in to comment.