We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c9d89 commit 2dfb002Copy full SHA for 2dfb002
1 file changed
components/src/banner.ts
@@ -104,7 +104,9 @@ export class Banner extends LitElement {
104
this.config.description.text || DEFAULT_BANNER_DESCRIPTION
105
106
const showThumbnail =
107
- typeof this.config.thumbnail === 'undefined' || !!this.config.thumbnail
+ typeof this.config.thumbnail === 'undefined' ||
108
+ !!this.config.thumbnail.value
109
+
110
const thumbnail = showThumbnail
111
? html`<img
112
src="${defaultLogo}"
0 commit comments