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:
infinite-persistence 2021-12-15 13:56:04 +08:00 committed by Thomas Zarebczan
parent a0aa3c99b2
commit 2e7e14b83c

View file

@ -194,7 +194,7 @@ function DiscoverPage(props: Props) {
}
React.useEffect(() => {
if (isAuthenticated || !SHOW_ADS) {
if (isAuthenticated || !SHOW_ADS || window.location.pathname === `/$/${PAGES.WILD_WEST}`) {
return;
}