diff --git a/src/common/components/DappListItem/DappListItem.jsx b/src/common/components/DappListItem/DappListItem.jsx index 74a102d..a5b21ca 100644 --- a/src/common/components/DappListItem/DappListItem.jsx +++ b/src/common/components/DappListItem/DappListItem.jsx @@ -20,7 +20,7 @@ const DappListItem = props => { onToggleProfileModal, } = props - const { name, desc, url, image } = dapp + const { name, description, image } = dapp const handleUpVote = () => { onClickUpVote(dapp) @@ -55,13 +55,9 @@ const DappListItem = props => { className={styles.description} style={{ WebkitBoxOrient: 'vertical' }} > - {desc} + {description}
- - {url} - → - {showActionButtons && (