Adds aria attributes to the ConversationList

This commit is contained in:
Josh Perez
2021-10-07 19:52:48 -04:00
committed by GitHub
parent 8220ea4c87
commit 096849cc00
4 changed files with 73 additions and 15 deletions
@@ -212,6 +212,7 @@ export const BaseConversationListItem: FunctionComponent<PropsType> = React.memo
if (onClick) {
return (
<button
aria-label={i18n('BaseConversationListItem__aria-label', { title })}
className={classNames(
commonClassNames,
`${BASE_CLASS_NAME}--is-button`