Fix storybook
This commit is contained in:
parent
8b705d3b55
commit
80f8f38e33
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ const withModeAndThemeProvider = (Story, context) => {
|
|||
};
|
||||
|
||||
const withI18n = (Story, context) => (
|
||||
<I18n messages={messages}>
|
||||
<I18n messages={messages} locale="en">
|
||||
<Story {...context} />
|
||||
</I18n>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue