first commit
This commit is contained in:
3
calcom/apps/web/lib/isBrandingHidden.tsx
Normal file
3
calcom/apps/web/lib/isBrandingHidden.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export function isBrandingHidden(hideBrandingSetting: boolean, hasPaidPlan: boolean) {
|
||||
return hasPaidPlan && hideBrandingSetting;
|
||||
}
|
||||
Reference in New Issue
Block a user