1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-16 22:01:54 +03:00

permalink is one word

This commit is contained in:
Bruno Windels
2019-02-22 11:45:43 +01:00
parent 476b81fc1e
commit f97ea37717
6 changed files with 30 additions and 30 deletions

View File

@ -525,7 +525,7 @@ module.exports = React.createClass({
eventSendStatus={mxEv.status}
tileShape={this.props.tileShape}
isTwelveHour={this.props.isTwelveHour}
permaLinkCreator={this.props.permaLinkCreator}
permalinkCreator={this.props.permaLinkCreator}
last={last} isSelectedEvent={highlight} />
</li>,
);