From 3b6baa29eb3a38f5ec8b1be6680f17591d0fa116 Mon Sep 17 00:00:00 2001 From: jonniebigodes Date: Tue, 2 Mar 2021 20:15:30 +0000 Subject: [PATCH] Merge pull request #14099 from oanaOM/patch-1 [storybook/docs/react] Small typo --- docs/snippets/react/app-story-with-mock.js.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/snippets/react/app-story-with-mock.js.mdx b/docs/snippets/react/app-story-with-mock.js.mdx index 2891297f06d2..e3435cbfa8fd 100644 --- a/docs/snippets/react/app-story-with-mock.js.mdx +++ b/docs/snippets/react/app-story-with-mock.js.mdx @@ -10,7 +10,7 @@ export default { component: App, }; -const Template = (args) => ; +const Template = (args) => ; export const Success = Template.bind({}); Success.parameters = { @@ -29,4 +29,4 @@ Success.parameters = { } } }; -``` \ No newline at end of file +```