Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2343 from Wikia/IW-4246
Browse files Browse the repository at this point in the history
IW-4246 | Removing smart banner
  • Loading branch information
swietlana authored Aug 26, 2020
2 parents 6374fd6 + 161df67 commit b07e2b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/services/smart-banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export default Service.extend({
dbName: readOnly('wikiVariables.dbName'),
smartBannerAdConfiguration: readOnly('wikiVariables.smartBannerAdConfiguration'),
isUserLangEn: equal('currentUser.language', 'en'),
shouldShowFandomAppSmartBanner: and('isUserLangEn', 'wikiVariables.enableFandomAppSmartBanner'),
// shouldShowFandomAppSmartBanner: and('isUserLangEn', 'wikiVariables.enableFandomAppSmartBanner'),
shouldShowFandomAppSmartBanner: false,
isFandomAppSmartBannerVisible: computed(
'shouldShowFandomAppSmartBanner',
'smartBannerVisible',
Expand Down

0 comments on commit b07e2b7

Please sign in to comment.