We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cefa8e commit 47cad93Copy full SHA for 47cad93
packages/wallet/frontend/src/utils/constants.ts
@@ -1,8 +1,6 @@
1
export const OPEN_PAYMENTS_HOST = process.env.NEXT_PUBLIC_OPEN_PAYMENTS_HOST
2
export const THEME = process.env.NEXT_PUBLIC_THEME
3
-export const FEATURES_ENABLED =
4
- process.env.NEXT_PUBLIC_FEATURES_ENABLED === 'true' ? true : false
5
-
+export const FEATURES_ENABLED = false
6
/**
7
* Default text for Toggle Switch
8
*/
0 commit comments