Remove extraneous id hashing (#7269)

* Remove extraenous id hashing

* Update with latest js-shared
This commit is contained in:
Jaco Greeff
2017-12-12 12:09:24 +01:00
committed by GitHub
parent 11b0cb8da8
commit 777bce8a13
8 changed files with 26 additions and 72 deletions

View File

@@ -41,11 +41,7 @@ export default class DappCard extends Component {
<div className={ [styles.card, className].join(' ') }>
<Container
className={ styles.content }
link={
app.url === 'web'
? '/web'
: `/${app.id}`
}
link={ `/${app.id}` }
>
<DappIcon
app={ app }