Merge branch 'luke/feature-async-pills' of github.com:matrix-org/matrix-react-sdk into luke/feature-async-pills
This commit is contained in:
commit
11f3a1db72
5 changed files with 113 additions and 4 deletions
|
@ -173,11 +173,11 @@ const Pill = React.createClass({
|
|||
|
||||
if (this.state.pillType) {
|
||||
return this.props.inMessage ?
|
||||
<a className={classes} href={this.props.url}>
|
||||
<a className={classes} href={this.props.url} title={resource}>
|
||||
{avatar}
|
||||
{linkText}
|
||||
</a> :
|
||||
<span className={classes}>
|
||||
<span className={classes} title={resource}>
|
||||
{avatar}
|
||||
{linkText}
|
||||
</span>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue