mirror of https://github.com/vector-im/riot-web
Update src/components/views/context_menus/MessageContextMenu.js
Co-Authored-By: Travis Ralston <travpc@gmail.com>pull/21833/head
parent
bdef54622b
commit
8116ac74ce
|
@ -422,7 +422,7 @@ module.exports = createReactClass({
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
);
|
);
|
||||||
|
|
||||||
if (this.props.eventTileOps) { // this event is rendered using TextuaLBody
|
if (this.props.eventTileOps) { // this event is rendered using TextualBody
|
||||||
quoteButton = (
|
quoteButton = (
|
||||||
<MenuItem className="mx_MessageContextMenu_field" onClick={this.onQuoteClick}>
|
<MenuItem className="mx_MessageContextMenu_field" onClick={this.onQuoteClick}>
|
||||||
{ _t('Quote') }
|
{ _t('Quote') }
|
||||||
|
|
Loading…
Reference in New Issue