mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 13:02:18 +00:00
fix small lint error
This commit is contained in:
parent
92a88e4638
commit
bacd1b325d
1 changed files with 0 additions and 1 deletions
|
|
@ -161,7 +161,6 @@ function AuthWrapper() {
|
||||||
const backendUrl = conf().BACKEND_URL;
|
const backendUrl = conf().BACKEND_URL;
|
||||||
const userBackendUrl = useBackendUrl();
|
const userBackendUrl = useBackendUrl();
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
const isLoggedIn = !!useAuthStore((s) => s.account);
|
|
||||||
|
|
||||||
const isCustomUrl = backendUrl !== userBackendUrl;
|
const isCustomUrl = backendUrl !== userBackendUrl;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue