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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 73 additions and 15 deletions

View file

@ -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`