Disable New World ad

This commit is contained in:
Sam Carlton 2022-07-19 11:57:10 -05:00
parent f3b4bdcf3c
commit e566ec968c

View file

@ -34,7 +34,7 @@ const details = new ListingDetails( listing )
const adName = (() => { const adName = (() => {
// Games // Games
if ( details.isGame ) return 'new-world-1' // if ( details.isGame ) return 'new-world-1'
// Productivity Apps // Productivity Apps
if ( listing?.category?.slug === 'productivity-tools' ) return 'codeable-1' if ( listing?.category?.slug === 'productivity-tools' ) return 'codeable-1'