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() {
|
componentDidMount() {
|
||||||
this.props.onReadyToLaunch();
|
|
||||||
|
|
||||||
const { checkDaemonVersion } = this.props;
|
const { checkDaemonVersion } = this.props;
|
||||||
this.adjustErrorTimeout();
|
this.adjustErrorTimeout();
|
||||||
|
|
||||||
Lbry.connect()
|
Lbry.connect()
|
||||||
.then(checkDaemonVersion)
|
.then(checkDaemonVersion)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue