mirror of https://github.com/dap-ps/discover.git
Profile fixes
This commit is contained in:
parent
f4dd909c15
commit
7a3154e426
|
@ -10,7 +10,7 @@ import { DappState } from '../../common/data/dapp'
|
|||
const ProfileContent = ({
|
||||
name,
|
||||
url,
|
||||
desc,
|
||||
description,
|
||||
image,
|
||||
category,
|
||||
highestRankedPosition,
|
||||
|
@ -50,7 +50,7 @@ const ProfileContent = ({
|
|||
</div>
|
||||
<div className={styles.description}>
|
||||
<span className={styles.heading}>Description</span>
|
||||
<span className="wrapper">{desc || 'Not available'}</span>
|
||||
<span className="wrapper">{description || 'Not available'}</span>
|
||||
</div>
|
||||
<div className={styles.chat}>
|
||||
<ReactImageFallback
|
||||
|
|
Loading…
Reference in New Issue