We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf72bb commit 70c9e2eCopy full SHA for 70c9e2e
src/webviews/apps/home/home.ts
@@ -70,7 +70,7 @@ export class GlHomeApp extends GlApp<State> {
70
<gl-onboarding></gl-onboarding>
71
<gl-integration-banner></gl-integration-banner>
72
${when(
73
- this.state.previewEnabled,
+ this.state?.previewEnabled === true,
74
() => html`
75
<gl-active-work></gl-active-work>
76
<gl-launchpad></gl-launchpad>
0 commit comments