fix(chat): fix missing alt tags on custom emoji. Closes #3106

This commit is contained in:
Gabe Kangas
2023-06-26 11:37:34 -07:00
parent b696efb0eb
commit d33f117a82
5 changed files with 13 additions and 15 deletions

View File

@@ -81,6 +81,7 @@ export const ChatUserMessage: FC<ChatUserMessageProps> = ({
if (isAuthorBot) {
badgeNodes.push(<BotUserBadge key="bot" userColor={displayColor} />);
}
return (
<div
className={cn(