hotfix for lbry.tv

This commit is contained in:
Sean Yesmunt 2019-12-05 00:44:28 -05:00
parent b686e1b464
commit df756b2907

View file

@ -175,9 +175,9 @@ function App(props: Props) {
// Require an internal-api user on lbry.tv
// This also prevents the site from loading in the un-authed state while we wait for internal-apis to return for the first time
// It's not needed on desktop since there is no un-authed state
if (!user) {
return null;
}
// if (!user) {
// return null;
// }
// @endif
return (