diff --git a/packages/storybook-react/stories/react/replace-content-and-clear-history.tsx b/packages/storybook-react/stories/react/replace-content-and-clear-history.tsx index d0d3299c2e..763a6bd380 100644 --- a/packages/storybook-react/stories/react/replace-content-and-clear-history.tsx +++ b/packages/storybook-react/stories/react/replace-content-and-clear-history.tsx @@ -31,8 +31,9 @@ const ReplaceContentAndClearHistory = (): JSX.Element => { return ( - - + + + ); };