mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Adds aria attributes to the ConversationList
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user