Adds aria attributes to the ConversationList
This commit is contained in:
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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue