Skip to content

Commit

Permalink
Fix: duplicate condition issue
Browse files Browse the repository at this point in the history
  • Loading branch information
up1512001 committed Nov 15, 2024
1 parent 90f18ab commit 7571600
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/block-library/src/image/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,6 @@ export default function Image( {
canEditImage &&
! isEditingImage &&
! isContentOnlyMode &&
! isContentOnlyMode &&
hasNonContentControls;

function switchToCover() {
Expand Down

0 comments on commit 7571600

Please sign in to comment.