diff --git a/packages/block-editor/src/components/resolution-tool/stories/index.story.js b/packages/block-editor/src/components/resolution-tool/stories/index.story.js index a8fef414e3be91..c69f3a0df93bba 100644 --- a/packages/block-editor/src/components/resolution-tool/stories/index.story.js +++ b/packages/block-editor/src/components/resolution-tool/stories/index.story.js @@ -95,7 +95,7 @@ export const Default = { if ( value !== resolution ) { setResolution( value ); } - }, [ value, resolution ] ); + }, [ value ] ); const handleChange = ( newValue ) => { setResolution( newValue );