Improvements to Avatar rendering

This commit is contained in:
Josh Perez 2021-08-06 17:35:25 -04:00 committed by GitHub
parent 35625f4200
commit 78447a0018
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 61 additions and 44 deletions

View file

@ -178,6 +178,7 @@ export const AvatarPreview = ({
type="button"
/>
)}
{isEditable && <div className="AvatarPreview__upload" />}
</div>
</div>
);