@@ -35,7 +35,7 @@ export function CookieConsent() { if (value === 'all') initYandexMetrika() } - if (status === 'loading' || (status === 'authenticated' && meStatus !== 'succeeded')) return null + if (status !== 'authenticated' || meStatus !== 'succeeded') return null if (account_type !== 'regular' || consent !== null) return null return (