Minor billing page fixes

This commit is contained in:
Frikky
2025-04-05 01:27:40 +02:00
parent 7b5616b30f
commit 2f037bd78e
3 changed files with 209 additions and 21 deletions
+2
View File
@@ -2059,6 +2059,7 @@ const Billing = memo((props) => {
userdata={userdata}
stripeKey={stripeKey}
isScale={isScale}
features={selectedOrganization?.sync_features}
{...props}
/>
: !isCloud ?
@@ -2093,6 +2094,7 @@ const Billing = memo((props) => {
billingInfo={billingInfo}
isCloud={isCloud}
userdata={userdata}
features={selectedOrganization?.sync_features}
stripeKey={stripeKey}
isScale={isScale}
/>