Skip to content

Commit 3ed7cf0

Browse files
rrwang7Convex, Inc.
authored andcommitted
fix billing address banner (#34342)
GitOrigin-RevId: a6d1ea86600c2129eab5612349fe0fc0055fd19f
1 parent 02c1988 commit 3ed7cf0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

npm-packages/dashboard/src/components/header/UpdateBillingAddressBanner.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ export function useShowUpdateBillingAddressBanner() {
3838
}
3939

4040
// Team's subscription already has a full billing address
41-
// Note: Not including postal code here because not all countries have zip codes
41+
// Note: Not including postal code or city here because not all countries have these
4242
if (
4343
orbSubscription.billingAddress?.line1 &&
44-
orbSubscription.billingAddress?.city &&
4544
orbSubscription.billingAddress?.country
4645
) {
4746
return false;

0 commit comments

Comments
 (0)