Fix storybook

This commit is contained in:
Fedor Indutny
2022-10-04 11:25:52 -07:00
committed by GitHub
parent 8b705d3b55
commit 80f8f38e33

View File

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