Skip to content

Commit

Permalink
fix error in settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
paulclindo committed Mar 2, 2021
1 parent 78f6334 commit 3800940
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/ergo-connector/App.js
Expand Up @@ -29,6 +29,7 @@ import ThemeManager from '../ThemeManager';
import CrashPage from '../containers/CrashPage';
import { Logger } from '../utils/logging';
import type { RouterHistory } from 'react-router-dom';
import { SimpleSkins } from 'react-polymorph/lib/skins/simple';

// https://github.com/yahoo/react-intl/wiki#loading-locale-data
addLocaleData([
Expand Down Expand Up @@ -93,6 +94,7 @@ class App extends Component<Props, State> {
<ThemeProvider
key={currentTheme}
theme={yoroiPolymorphTheme}
skins={SimpleSkins}
themeOverrides={themeOverrides(currentTheme)}
>
<IntlProvider {...{ locale, key: locale, messages: mergedMessages }}>
Expand Down

0 comments on commit 3800940

Please sign in to comment.