feat: update items

Refactored billing flag name

Refactored FeatureFlag type

Disabled session recording by default
This commit is contained in:
David Nguyen
2023-08-21 11:44:56 +10:00
parent f60cb22f11
commit d0720f4c70
9 changed files with 24 additions and 14 deletions

View File

@ -38,7 +38,7 @@ export const ProfileDropdown = ({ user }: ProfileDropdownProps) => {
const { getFlag } = useFeatureFlags();
const isBillingEnabled = getFlag('billing');
const isBillingEnabled = getFlag('app_billing');
const initials =
user.name