diff --git a/src/utils/feature.ts b/src/utils/feature.ts index be48f74..28ce67f 100644 --- a/src/utils/feature.ts +++ b/src/utils/feature.ts @@ -9,9 +9,9 @@ const matrix: { [key: string]: { [feature: string]: boolean } } = { }, production: { debug: false, - account: false, - payment: false, - quota: false, + account: true, + payment: true, + quota: true, }, };