mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
remove redundant localecho part from method name
This commit is contained in:
parent
f9188bca92
commit
c4fc2a8089
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ module.exports = React.createClass({
|
||||||
readReceiptMap={this._readReceiptMap}
|
readReceiptMap={this._readReceiptMap}
|
||||||
showUrlPreview={this.props.showUrlPreview}
|
showUrlPreview={this.props.showUrlPreview}
|
||||||
checkUnmounting={this._isUnmounting}
|
checkUnmounting={this._isUnmounting}
|
||||||
eventSendStatus={mxEv.getAssociatedLocalEchoStatus()}
|
eventSendStatus={mxEv.getAssociatedStatus()}
|
||||||
tileShape={this.props.tileShape}
|
tileShape={this.props.tileShape}
|
||||||
isTwelveHour={this.props.isTwelveHour}
|
isTwelveHour={this.props.isTwelveHour}
|
||||||
permalinkCreator={this.props.permalinkCreator}
|
permalinkCreator={this.props.permalinkCreator}
|
||||||
|
|
Loading…
Reference in a new issue