1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

profile pic on the left

This commit is contained in:
Fedor Katurov 2020-04-08 21:40:53 +07:00
parent 671f640a58
commit 911beea4ad
4 changed files with 10 additions and 9 deletions

View file

@ -52,7 +52,7 @@ const ProfilePageLeft: FC<IProps> = ({ username, profile }) => {
</div>
</div>
{profile && profile.user && profile.user.description && (
{profile && profile.user && profile.user.description && false && (
<div className={styles.description}>{profile.user.description}</div>
)}
</div>