Update packages/lib/hooks/useHasPaidPlan.ts

Co-authored-by: Omar López <zomars@me.com>
pull/6560/head
Hariom Balhara 2023-02-13 12:22:26 +05:30 committed by GitHub
parent c232f7acfc
commit a899c36803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export function useHasPaidPlan() {
const hasPaidPlan = hasTeamPlan?.hasTeamPlan || isCurrentUsernamePremium;
return { isLoading, hasPaidPlan: hasPaidPlan };
return { isLoading, hasPaidPlan };
}
export function useTeamInvites() {