Skip to content

Commit f2ce5b9

Browse files
committed
Fixes the integrations Pro badge missing its subscription
1 parent 64ca82e commit f2ce5b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/webviews/apps/settings/components/settings-integrations.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ export class GlSettingsIntegrations extends SignalWatcher(LitElement) {
223223
? html`<gl-feature-badge
224224
placement="right"
225225
.source=${{ source: 'settings', detail: 'integrations' } as const}
226+
.subscription=${this._state.subscription.get()}
226227
cloud
227228
></gl-feature-badge>`
228229
: nothing}

0 commit comments

Comments
 (0)