Merge branch 'development' of github.com:gnosis/safe-react into development

This commit is contained in:
Mikhail Mikheev 2019-12-18 16:10:35 +04:00
commit 75e3b495f0
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ type Props = {
toggleSidebar: Function,
}
const appVersion = `v${process.env.REACT_APP_APP_VERSION || ''}`
const appVersion = process.env.REACT_APP_APP_VERSION ? `v${process.env.REACT_APP_APP_VERSION}` : 'Versions'
const LegalLinks = (props: Props) => {
const classes = useStyles()