remove upload icon

This commit is contained in:
Bruno Windels 2020-07-07 12:16:16 +02:00
parent af333db6ae
commit 38ff58f8dd
2 changed files with 0 additions and 23 deletions

View file

@ -48,7 +48,6 @@ const AvatarSetting = ({avatarUrl, avatarAltText, avatarName, uploadAvatar, remo
if (uploadAvatar) {
// insert an empty div to be the host for a css mask containing the upload.svg
uploadAvatarBtn = <AccessibleButton onClick={uploadAvatar} kind="primary">
<div>&nbsp;</div>
{_t("Upload")}
</AccessibleButton>;
}