Skip to content

Commit 036d45a

Browse files
Merge pull request #1900 from appwrite/fix-support-cloud
fix(support): fix upgrade URL for free organization
2 parents 5f88402 + 1107c11 commit 036d45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/support.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
(team) => !$plansInfo.get((team as Organization).billingPlan)?.premiumSupport
2828
);
2929
30-
$: upgradeURL = `${base}/organization-${freeOrganization.$id}/change-plan`;
30+
$: upgradeURL = `${base}/organization-${freeOrganization?.$id}/change-plan`;
3131
3232
$: supportTimings = `${utcHourToLocaleHour('16:00')} - ${utcHourToLocaleHour('00:00')} ${localeShortTimezoneName()}`;
3333

0 commit comments

Comments
 (0)