diff --git a/packages/block-editor/src/components/global-styles/background-panel.js b/packages/block-editor/src/components/global-styles/background-panel.js index ef1f9673d601f..145787bc59436 100644 --- a/packages/block-editor/src/components/global-styles/background-panel.js +++ b/packages/block-editor/src/components/global-styles/background-panel.js @@ -275,9 +275,7 @@ function BackgroundImageToolsPanelItem( { }; }, [] ); - const hasValue = - hasBackgroundImageValue( style ) || - hasBackgroundImageValue( inheritedValue ); + const hasValue = hasBackgroundImageValue( style ); return (