diff --git a/packages/edit-post/src/components/options-modal/index.js b/packages/edit-post/src/components/options-modal/index.js index 0b7ee806a4599..f7e60fe493025 100644 --- a/packages/edit-post/src/components/options-modal/index.js +++ b/packages/edit-post/src/components/options-modal/index.js @@ -54,6 +54,10 @@ export function OptionsModal( { isModalActive, isViewable, closeModal } ) { 'Enable the Most Used Blocks category in the block library' ) } /> +
-
- -
); } diff --git a/packages/edit-post/src/components/options-modal/test/__snapshots__/index.js.snap b/packages/edit-post/src/components/options-modal/test/__snapshots__/index.js.snap index 7932d0f917418..0bf5becdb51b3 100644 --- a/packages/edit-post/src/components/options-modal/test/__snapshots__/index.js.snap +++ b/packages/edit-post/src/components/options-modal/test/__snapshots__/index.js.snap @@ -16,6 +16,10 @@ exports[`OptionsModal should match snapshot when the modal is active 1`] = ` featureName="mostUsedBlocks" label="Enable the Most Used Blocks category in the block library" /> +
-
- -
`;