diff --git a/src/modules/Profile/Profile.jsx b/src/modules/Profile/Profile.jsx index 9ef2be2..58e0e6c 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,19 +50,7 @@ const ProfileContent = ({