Keyboard shortcuts and accessibility
This commit is contained in:
parent
8590a047c7
commit
20a892247f
87 changed files with 3652 additions and 711 deletions
|
@ -68,8 +68,7 @@ export class ContactListItem extends React.Component<Props> {
|
|||
const showVerified = !isMe && verified;
|
||||
|
||||
return (
|
||||
<div
|
||||
role="button"
|
||||
<button
|
||||
onClick={onClick}
|
||||
className={classNames(
|
||||
'module-contact-list-item',
|
||||
|
@ -90,7 +89,7 @@ export class ContactListItem extends React.Component<Props> {
|
|||
{showNumber ? phoneNumber : null}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</button>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue