Skip to content

Commit d694c3a

Browse files
style(NarrativeItineraries): Fix lint.
1 parent 07410de commit d694c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/components/narrative/narrative-itineraries.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const mapStateToProps = (state, ownProps) => {
102102
const mapDispatchToProps = (dispatch, ownProps) => {
103103
// FIXME: update signature of these methods,
104104
// so that only one argument is passed,
105-
// e.g. setActiveLeg({ index, leg })
105+
// e.g. setActiveLeg({ index, leg })
106106
return {
107107
setActiveItinerary: index => {
108108
dispatch(setActiveItinerary({index}))

0 commit comments

Comments
 (0)