|
@ -32,10 +32,12 @@ class WalletsMain extends React.Component { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
componentWillMount() { |
|
|
componentWillMount() { |
|
|
Store.dispatch(prices()); |
|
|
if (Config.fiatRates) { |
|
|
this.pricesInterval = setInterval(() => { |
|
|
|
|
|
Store.dispatch(prices()); |
|
|
Store.dispatch(prices()); |
|
|
}, PRICES_UPDATE_INTERVAL); |
|
|
this.pricesInterval = setInterval(() => { |
|
|
|
|
|
Store.dispatch(prices()); |
|
|
|
|
|
}, PRICES_UPDATE_INTERVAL); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
if (mainWindow.createSeed.triggered && |
|
|
if (mainWindow.createSeed.triggered && |
|
|
!mainWindow.createSeed.secondaryLoginPH) { |
|
|
!mainWindow.createSeed.secondaryLoginPH) { |
|
|