Disable ads in Wild West until ads fail more gracefully
## Issue - Log out - Wild West - Click "Show more livestreams" - Click "Show less livestreams" (top-right corner) - Crash
This commit is contained in:
parent
a0aa3c99b2
commit
2e7e14b83c
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ function DiscoverPage(props: Props) {
|
||||||
}
|
}
|
||||||
|
|
||||||
React.useEffect(() => {
|
React.useEffect(() => {
|
||||||
if (isAuthenticated || !SHOW_ADS) {
|
if (isAuthenticated || !SHOW_ADS || window.location.pathname === `/$/${PAGES.WILD_WEST}`) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue