chore: review comments

This commit is contained in:
Christy Jacob
2024-08-12 18:54:21 +04:00
parent f89aa3251b
commit ccbab6ca59
@@ -27,7 +27,7 @@
$: isSubmitDisabled = JSON.stringify(numbers) === JSON.stringify(initialNumbers);
let isComponentDisabled: boolean =
(false && isSelfHosted) || (isCloud && $organization?.billingPlan === BillingPlan.FREE);
isSelfHosted || (isCloud && $organization?.billingPlan === BillingPlan.FREE);
let emptyStateTitle: string = isSelfHosted
? 'Available on Appwrite Cloud'
: 'Upgrade to add mock phone numbers';