Profile fixes

This commit is contained in:
andytudhope 2019-08-06 20:59:24 +02:00
parent f4dd909c15
commit 7a3154e426
1 changed files with 2 additions and 2 deletions

View File

@ -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