From 7a3154e426081b5fd7c37021a770ba944ce0b3a5 Mon Sep 17 00:00:00 2001 From: andytudhope Date: Tue, 6 Aug 2019 20:59:24 +0200 Subject: [PATCH] Profile fixes --- src/modules/Profile/Profile.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/Profile/Profile.jsx b/src/modules/Profile/Profile.jsx index 9ef2be2..9bd80d7 100644 --- a/src/modules/Profile/Profile.jsx +++ b/src/modules/Profile/Profile.jsx @@ -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 = ({
Description - {desc || 'Not available'} + {description || 'Not available'}