diff --git a/examples/official-storybook/stories/addon-docs/props.stories.mdx b/examples/official-storybook/stories/addon-docs/props.stories.mdx index bf1f46c8d14..d54b16fac5d 100644 --- a/examples/official-storybook/stories/addon-docs/props.stories.mdx +++ b/examples/official-storybook/stories/addon-docs/props.stories.mdx @@ -13,12 +13,14 @@ import { MemoButton } from '../../components/MemoButton'; export const ArgsDisplay = (args = {}) => (
{key} | -{val && val.toString()} | -
{key} | +{val && val.toString()} | +