Skip to content

Commit

Permalink
Added missing parens
Browse files Browse the repository at this point in the history
  • Loading branch information
michalczaplinski committed Jan 2, 2024
1 parent 3516b4b commit 7457a2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/image/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ export default function Image( {
? select( coreStore ).getMedia( id, { context: 'view' } )
: null,
[ id, isSingleSelected ]
);

const {
canInsertCover,
Expand Down

0 comments on commit 7457a2a

Please sign in to comment.