Skip to content

Commit

Permalink
undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
gollenia committed Dec 15, 2023
1 parent 05ae374 commit f650e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/image/inspector.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const Inspector = (props) => {

const selectSizes = sizes.map((size) => {
const dataForSize = data[size.slug];
if (!dataForSize) return null;
if (!dataForSize) return undefined;
return {
label:
size.name +
Expand Down

0 comments on commit f650e91

Please sign in to comment.