Fix storybook

This commit is contained in:
Fedor Indutny 2022-10-04 11:25:52 -07:00 committed by GitHub
parent 8b705d3b55
commit 80f8f38e33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ const withModeAndThemeProvider = (Story, context) => {
};
const withI18n = (Story, context) => (
<I18n messages={messages}>
<I18n messages={messages} locale="en">
<Story {...context} />
</I18n>
);