fix typo
This commit is contained in:
parent
a736cbffeb
commit
446edd8096
2 changed files with 3 additions and 3 deletions
|
@ -207,7 +207,7 @@ function App(props: Props) {
|
|||
}, [syncError, pathname]);
|
||||
|
||||
if (!user) {
|
||||
// return null;
|
||||
return null;
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
|
@ -64,7 +64,7 @@ if (process.env.SEARCH_API_URL) {
|
|||
let authToken;
|
||||
Lbryio.setOverride(
|
||||
'setAuthToken',
|
||||
() =>
|
||||
status =>
|
||||
new Promise(resolve => {
|
||||
Lbryio.call(
|
||||
'user',
|
||||
|
@ -72,7 +72,7 @@ Lbryio.setOverride(
|
|||
{
|
||||
auth_token: '',
|
||||
language: 'en',
|
||||
// app_id: status.installation_id,
|
||||
app_id: status.installation_id,
|
||||
},
|
||||
'post'
|
||||
).then(response => {
|
||||
|
|
Loading…
Add table
Reference in a new issue