Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update packages/block-editor/src/components/inspector-controls/fill.js
  • Loading branch information
gziolo committed Aug 20, 2021
commit 13638e939aa9274861f1c2bf6afbac521f08e25a
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function InspectorControlsFill( {
return null;
}
if ( ! isDisplayed ) {
return false;
return null;
}

return (
Expand Down