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
@@ -834,10 +834,12 @@ const Navbar = (props) => {
globalUrl={globalUrl}
selectedOrganization={selectedOrganization}
billingInfo={billingInfo}
features={selectedOrganization?.sync_features}
isCloud={isCloud}
userdata={userdata}
stripeKey={stripeKey}
setModalOpen={setPricingModalOpen}
licensePopup={true}
{...props}
/>
</div>