delint
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
4490715b60
commit
e3e3535072
1 changed files with 2 additions and 1 deletions
|
@ -156,7 +156,8 @@ export default class Quote extends React.Component {
|
||||||
{
|
{
|
||||||
_t('<a>In reply to</a> <pill>', {}, {
|
_t('<a>In reply to</a> <pill>', {}, {
|
||||||
'a': (sub) => <a onClick={this.onQuoteClick} className="mx_Quote_show">{ sub }</a>,
|
'a': (sub) => <a onClick={this.onQuoteClick} className="mx_Quote_show">{ sub }</a>,
|
||||||
'pill': <Pill type={Pill.TYPE_USER_MENTION} url={makeUserPermalink(oldestEv.getSender())} room={room} shouldShowPillAvatar={true} />,
|
'pill': <Pill type={Pill.TYPE_USER_MENTION} room={room}
|
||||||
|
url={makeUserPermalink(oldestEv.getSender())} shouldShowPillAvatar={true} />,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
</blockquote>);
|
</blockquote>);
|
||||||
|
|
Loading…
Reference in a new issue