mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Appease the linters
This commit is contained in:
parent
4f983ad9a1
commit
3e0cbd7bfe
2 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue