Browse Source

fix flow

master
Gaëtan Renaudeau 7 years ago
parent
commit
67cb53aa03
  1. 2
      src/reducers/settings.js

2
src/reducers/settings.js

@ -21,7 +21,7 @@ export type SettingsState = {
currenciesSettings: {
[currencyId: string]: CurrencySettings,
},
region: { key: string, name: string }, // FIXME need to only store the key because imagine there is a typo in name in the future. it is derivated data
region: string,
}
const defaultState: SettingsState = {

Loading…
Cancel
Save