Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into joriks/room-list-voip
This commit is contained in:
commit
527fe24cd6
42 changed files with 1072 additions and 238 deletions
|
@ -146,7 +146,7 @@ const BaseAvatar = (props: IProps) => {
|
|||
);
|
||||
} else {
|
||||
return (
|
||||
<span className="mx_BaseAvatar" ref={inputRef} {...otherProps}>
|
||||
<span className="mx_BaseAvatar" ref={inputRef} {...otherProps} role="presentation">
|
||||
{ textNode }
|
||||
{ imgNode }
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue