mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Fix storybook
This commit is contained in:
@@ -70,7 +70,7 @@ const withModeAndThemeProvider = (Story, context) => {
|
||||
};
|
||||
|
||||
const withI18n = (Story, context) => (
|
||||
<I18n messages={messages}>
|
||||
<I18n messages={messages} locale="en">
|
||||
<Story {...context} />
|
||||
</I18n>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user