minor formatting

This commit is contained in:
Michael Shilman 2021-01-20 11:06:53 +08:00 committed by GitHub
parent 3af4440ff9
commit b2aa06e71b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ export const Template = (args) => <MyOtherComponent {...args} />
<Story
name="A MDX story using environment variables inside a .env file"
args={{
propertyA:process.env.STORYBOOK_DATA_KEY}}
propertyA: process.env.STORYBOOK_DATA_KEY}}
>
{Template.bind({})}
</Story>