fix small lint error

This commit is contained in:
Pas 2025-12-29 12:28:23 -07:00
parent 92a88e4638
commit bacd1b325d

View file

@ -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;