Skip to content

Commit

Permalink
fix(wallet/frontend): temporary hardcoded value for staging (#1735)
Browse files Browse the repository at this point in the history
  • Loading branch information
raducristianpopa authored Oct 15, 2024
1 parent 3cefa8e commit 47cad93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/wallet/frontend/src/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
export const OPEN_PAYMENTS_HOST = process.env.NEXT_PUBLIC_OPEN_PAYMENTS_HOST
export const THEME = process.env.NEXT_PUBLIC_THEME
export const FEATURES_ENABLED =
process.env.NEXT_PUBLIC_FEATURES_ENABLED === 'true' ? true : false

export const FEATURES_ENABLED = false
/**
* Default text for Toggle Switch
*/
Expand Down

0 comments on commit 47cad93

Please sign in to comment.