diff --git a/projects/plugins/jetpack/extensions/blocks/opentable/edit.js b/projects/plugins/jetpack/extensions/blocks/opentable/edit.js index ffd92243235ca..8c35675d577f6 100644 --- a/projects/plugins/jetpack/extensions/blocks/opentable/edit.js +++ b/projects/plugins/jetpack/extensions/blocks/opentable/edit.js @@ -89,7 +89,8 @@ function OpenTableEdit( { ); noticeOperations.createNotice( { status: 'warning', content } ); } - }, [ __isBlockPreview, align, isPlaceholder, noticeOperations, rid, style ] ); + // eslint-disable-next-line react-hooks/exhaustive-deps + }, [ __isBlockPreview, align, isPlaceholder, rid, style ] ); // Don't allow button style with multiple restaurant IDs. useEffect( () => {