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

@ -1202,7 +1202,7 @@ var TimelinePanel = React.createClass({
return (
<MessagePanel ref="messagePanel"
room={this.props.timelineSet.room}
permaLinkCreator={this.props.permaLinkCreator}
permalinkCreator={this.props.permaLinkCreator}
hidden={this.props.hidden}
backPaginating={this.state.backPaginating}
forwardPaginating={forwardPaginating}