fix typo
This commit is contained in:
parent
e7deddfea8
commit
498cf4c913
1 changed files with 1 additions and 2 deletions
|
@ -52,10 +52,9 @@ export default class SplashScreen extends React.PureComponent<Props, State> {
|
|||
}
|
||||
|
||||
componentDidMount() {
|
||||
this.props.onReadyToLaunch();
|
||||
|
||||
const { checkDaemonVersion } = this.props;
|
||||
this.adjustErrorTimeout();
|
||||
|
||||
Lbry.connect()
|
||||
.then(checkDaemonVersion)
|
||||
.then(() => {
|
||||
|
|
Loading…
Add table
Reference in a new issue