diff --git a/components/BrandImage.vue b/components/BrandImage.vue index 0e42d92751..e6a2e891a9 100644 --- a/components/BrandImage.vue +++ b/components/BrandImage.vue @@ -50,7 +50,7 @@ export default { } } - if (!this.brandSetting) { + if (!this.brand) { return out; } else { if (this.theme === 'dark' || this.dark) {