Appease the linters

This commit is contained in:
Travis Ralston 2020-09-21 21:09:46 -06:00
parent 4f983ad9a1
commit 3e0cbd7bfe
2 changed files with 1 additions and 2 deletions

View file

@ -128,7 +128,6 @@ limitations under the License.
background-color: $settings-profile-overlay-placeholder-fg-color;
mask-image: url('$(res)/img/feather-customised/edit.svg');
}
}
.mx_AvatarSetting_avatar .mx_AvatarSetting_avatarPlaceholder {

View file

@ -66,7 +66,7 @@ const AvatarSetting = ({avatarUrl, avatarAltText, avatarName, uploadAvatar, remo
const avatarClasses = classNames({
"mx_AvatarSetting_avatar": true,
"mx_AvatarSetting_avatar_hovering": isHovering,
})
});
return <div className={avatarClasses}>
{avatarElement}
<div className="mx_AvatarSetting_hover">