mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-01 17:55:11 +00:00
fix import
This commit is contained in:
parent
28d0fdfbfd
commit
f8aa249859
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
// @flow
|
// @flow
|
||||||
import * as React from 'react';
|
import * as React from 'react';
|
||||||
import { Lbry, MODALS } from 'lbry-redux';
|
import { Lbry, MODALS } from 'lbry-redux';
|
||||||
import LoadScreen from './internal/load-screen';
|
|
||||||
import ModalWalletUnlock from 'modal/modalWalletUnlock';
|
import ModalWalletUnlock from 'modal/modalWalletUnlock';
|
||||||
import ModalIncompatibleDaemon from 'modal/modalIncompatibleDaemon';
|
import ModalIncompatibleDaemon from 'modal/modalIncompatibleDaemon';
|
||||||
import ModalUpgrade from 'modal/modalUpgrade';
|
import ModalUpgrade from 'modal/modalUpgrade';
|
||||||
|
@ -70,7 +69,7 @@ export class SplashScreen extends React.PureComponent<Props, State> {
|
||||||
details: __('Please unlock your wallet to proceed.'),
|
details: __('Please unlock your wallet to proceed.'),
|
||||||
isRunning: true,
|
isRunning: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (launchedModal === false) {
|
if (launchedModal === false) {
|
||||||
this.setState({ launchedModal: true }, () => notifyUnlockWallet());
|
this.setState({ launchedModal: true }, () => notifyUnlockWallet());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue