Commit e4abbbf
authored
fix: include orgs with a paid plan in billing dropdown (#2237)
The billing org filter only checked canPay, so Team/Enterprise orgs
without prepaid credits were hidden. The Hub inference widget uses
org.plan || canPay, and the plan field is already returned by
/oauth/userinfo. Match that behavior here.1 parent 7d64d42 commit e4abbbf
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments