1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Merge pull request #6010 from ndarilek/develop

Catch another instance of unlabeled avatars.
This commit is contained in:
Travis Ralston
2021-05-11 21:44:15 -06:00
committed by GitHub

View File

@@ -179,7 +179,7 @@ const BaseAvatar = (props: IProps) => {
width: toPx(width),
height: toPx(height),
}}
title={title} alt=""
title={title} alt={_t("Avatar")}
inputRef={inputRef}
{...otherProps} />
);