Catch another instance of unlabeled avatars.

Signed-off-by: Nolan Darilek <nolan@thewordnerd.info>
This commit is contained in:
Nolan Darilek 2021-05-11 09:39:06 -05:00
parent 6efc162ce9
commit 006aa2d5b9

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} />
);