Remove extraneous id hashing (#7269)
* Remove extraenous id hashing * Update with latest js-shared
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user