rename variables

This commit is contained in:
Sol
2020-07-27 14:19:37 +01:00
committed by Lachlan Kermode
parent 0e2f639075
commit b4d8c09dd1
4 changed files with 9 additions and 10 deletions

View File

@@ -214,7 +214,7 @@ class Map extends React.Component {
selected={this.props.app.selected}
narrative={this.props.app.narrative}
onSelect={this.props.methods.onSelect}
onSelectNarrative={this.props.methods.onSelectNarrativeEvent}
onSelectNarrative={this.props.methods.onSelectNarrativeStep}
getCategoryColor={this.props.methods.getCategoryColor}
eventRadius={this.props.ui.eventRadius}
/>