Merge branch 'development' of github.com:gnosis/safe-react into development
This commit is contained in:
commit
75e3b495f0
|
@ -25,7 +25,7 @@ type Props = {
|
||||||
toggleSidebar: Function,
|
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 LegalLinks = (props: Props) => {
|
||||||
const classes = useStyles()
|
const classes = useStyles()
|
||||||
|
|
Loading…
Reference in New Issue