Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier506 committed Oct 26, 2021
2 parents b9d8ed8 + 6463a1e commit 00cb281
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webapp/src/config/main.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export const appVersion = process.env.REACT_APP_VERSION || 'v1.0'
export const appVersion =
process.env.REACT_APP_VERSION.split('/').pop() || 'v1.0'
export const name = process.env.REACT_APP_NAME
export const title = process.env.REACT_APP_TITLE
export const stage = process.env.REACT_APP_MAINNET_VERSION
Expand Down

0 comments on commit 00cb281

Please sign in to comment.