permalink is one word
This commit is contained in:
parent
476b81fc1e
commit
f97ea37717
6 changed files with 30 additions and 30 deletions
|
@ -56,7 +56,7 @@ module.exports = React.createClass({
|
|||
}
|
||||
if (EventTile.haveTileForEvent(ev)) {
|
||||
ret.push(<EventTile key={eventId+"+"+j} mxEvent={ev} contextual={contextual} highlights={highlights}
|
||||
permaLinkCreator={this.props.permaLinkCreator}
|
||||
permalinkCreator={this.props.permaLinkCreator}
|
||||
highlightLink={this.props.resultLink}
|
||||
onWidgetLoad={this.props.onWidgetLoad} />);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue