parent
64225d2b80
commit
4c25ae721e
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ function Ads(props: Props) {
|
|||
function resolveAdVisibility() {
|
||||
// 'ad_blocker_detected' will be undefined at startup. Wait until we are
|
||||
// sure it is not blocked (i.e. === false) before showing the component.
|
||||
return ad_blocker_detected === false && SHOW_ADS && !userHasPremiumPlus && userCountry !== 'US';
|
||||
return ad_blocker_detected === false && SHOW_ADS && !userHasPremiumPlus && userCountry === 'US';
|
||||
}
|
||||
|
||||
useEffect(() => {
|
||||
|
|
Loading…
Reference in a new issue