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 692963d commit e018c97Copy full SHA for e018c97
components/dashboard/src/AppNotifications.tsx
@@ -99,7 +99,7 @@ export function AppNotifications() {
99
notifications.push(UPDATED_PRIVACY_POLICY((u: Partial<UserProtocol>) => mutateAsync(u)));
100
}
101
102
- if (attributionId) {
+ if (isGitpodIo() && attributionId) {
103
const [subscriptionId, invalidBillingAddress] = await Promise.all([
104
getGitpodService().server.findStripeSubscriptionId(attributionId),
105
getGitpodService().server.isCustomerBillingAddressInvalid(attributionId),
0 commit comments