mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +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 userBackendUrl = useBackendUrl();
|
||||
const { t } = useTranslation();
|
||||
const isLoggedIn = !!useAuthStore((s) => s.account);
|
||||
|
||||
const isCustomUrl = backendUrl !== userBackendUrl;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue