mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-28 19:38:48 +08:00
Fixed buggy tooltip
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
f2137fe93f
commit
a975de22ef
@ -290,6 +290,7 @@ class Pill extends React.Component {
|
||||
>
|
||||
{ avatar }
|
||||
{ linkText }
|
||||
{ tip }
|
||||
</a> :
|
||||
<span
|
||||
className={classes}
|
||||
@ -299,8 +300,8 @@ class Pill extends React.Component {
|
||||
>
|
||||
{ avatar }
|
||||
{ linkText }
|
||||
</span> }
|
||||
{ tip }
|
||||
</span> }
|
||||
</MatrixClientContext.Provider>;
|
||||
} else {
|
||||
// Deliberately render nothing if the URL isn't recognised
|
||||
|
Loading…
Reference in New Issue
Block a user