Update packages/lib/hooks/useHasPaidPlan.ts
Co-authored-by: Omar López <zomars@me.com>pull/6560/head
parent
c232f7acfc
commit
a899c36803
|
@ -13,7 +13,7 @@ export function useHasPaidPlan() {
|
|||
|
||||
const hasPaidPlan = hasTeamPlan?.hasTeamPlan || isCurrentUsernamePremium;
|
||||
|
||||
return { isLoading, hasPaidPlan: hasPaidPlan };
|
||||
return { isLoading, hasPaidPlan };
|
||||
}
|
||||
|
||||
export function useTeamInvites() {
|
||||
|
|
Loading…
Reference in New Issue