Continue to clean things up

This commit is contained in:
Owen
2026-02-10 18:30:01 -08:00
parent accc670411
commit 9711a0fb8e
6 changed files with 158 additions and 54 deletions

View File

@@ -33,6 +33,7 @@ export function usePaidStatus() {
hasEnterpriseLicense,
hasSaasSubscription,
isPaidUser,
isActive: tierData?.active,
subscriptionTier: tierData?.tier
};
}