diff --git a/src/ui/component/channelContent/view.jsx b/src/ui/component/channelContent/view.jsx index 2c95fea42..309664b70 100644 --- a/src/ui/component/channelContent/view.jsx +++ b/src/ui/component/channelContent/view.jsx @@ -38,7 +38,7 @@ function ChannelContent(props: Props) { {hasContent && claim.permanent_url)} />} console.log('fetch') || fetchClaims(uri, page)} + onPageChange={page => fetchClaims(uri, page)} totalPages={totalPages} loading={fetching && !hasContent} /> diff --git a/src/ui/component/splash/view.jsx b/src/ui/component/splash/view.jsx index 29a338793..826ff8c46 100644 --- a/src/ui/component/splash/view.jsx +++ b/src/ui/component/splash/view.jsx @@ -52,8 +52,6 @@ export default class SplashScreen extends React.PureComponent { } componentDidMount() { - this.props.onReadyToLaunch(); - const { checkDaemonVersion } = this.props; this.adjustErrorTimeout(); Lbry.connect() diff --git a/src/ui/page/channel/view.jsx b/src/ui/page/channel/view.jsx index b0e10a5ad..daf9c766e 100644 --- a/src/ui/page/channel/view.jsx +++ b/src/ui/page/channel/view.jsx @@ -60,7 +60,6 @@ function ChannelPage(props: Props) { return ( - {window.location.href}
{!editing && cover && }