diff --git a/src/features/App/index.tsx b/src/features/App/index.tsx index 2c0bdefd..5c159594 100644 --- a/src/features/App/index.tsx +++ b/src/features/App/index.tsx @@ -28,6 +28,9 @@ const Main = () => { if (!user && isMatchPage()) return if (!user && isMatchPageRFEF()) return + if (user && isMatchPageRFEF()) { + window.location.href = 'https://instat.tv/football/tournaments/131' + } // юзер считывается из localstorage или // access_token токен истек и запрашивается новый if (loadingUser || user?.expired) return null