mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
🐛 Fix hiring banner check
This commit is contained in:
parent
b7ba200db0
commit
da718da480
|
@ -80,7 +80,7 @@ export default mixins(
|
|||
}
|
||||
},
|
||||
logHiringBanner() {
|
||||
if (!this.isHiringBannerEnabled && this.$route.name !== VIEWS.DEMO) {
|
||||
if (this.isHiringBannerEnabled && this.$route.name !== VIEWS.DEMO) {
|
||||
console.log(HIRING_BANNER); // eslint-disable-line no-console
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue