Update my-component-story-use-globaltype.mdx.mdx

https://github.com/storybookjs/storybook/issues/13602
This commit is contained in:
YozhEzhi 2021-03-30 10:51:25 +03:00 committed by GitHub
parent 57fc3cd09e
commit a8a846bb82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ export const getCaptionForLocale = (locale) => {
case 'kr': return '안녕하세요!';
case 'zh': return '你好!';
default:
return 'Hello!',
return 'Hello!';
}
}