Skip to content

Commit

Permalink
fix(webapp): update anchor UAL library
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier506 committed Aug 20, 2021
1 parent 7c0d874 commit 7b9cc9c
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 112 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.3",
"reactour": "^1.18.0",
"ual-anchor": "^0.5.1",
"ual-anchor": "^1.09",
"ual-ledger": "^0.3.0",
"ual-lynx": "^0.4.0",
"ual-meetone": "^0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import AnnouncementIcon from '@material-ui/icons/Announcement'

import TalkUsModal from './TalkUsModal'

const appVersion = process.env.REACT_APP_PROJECT_VERSION
const appVersion = process.env.REACT_APP_PROJECT_VERSION.split('/').pop()
const useStyles = makeStyles((theme) => ({
footer: {
display: 'flex',
Expand Down
Loading

0 comments on commit 7b9cc9c

Please sign in to comment.