put back user check I removed for a hotfix
This commit is contained in:
parent
c1131a374b
commit
733e772952
1 changed files with 3 additions and 3 deletions
|
@ -175,9 +175,9 @@ function App(props: Props) {
|
||||||
// Require an internal-api user on lbry.tv
|
// 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
|
// 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
|
// It's not needed on desktop since there is no un-authed state
|
||||||
// if (!user) {
|
if (!user) {
|
||||||
// return null;
|
return null;
|
||||||
// }
|
}
|
||||||
// @endif
|
// @endif
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Add table
Reference in a new issue