Skip to content

Commit 1d5f599

Browse files
authored
Merge pull request #198 from opentripplanner/dev
Bug fix release
2 parents 879b481 + ef8593c commit 1d5f599

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: lib/components/narrative/connected-trip-details.js

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const TripDetails = styled(TripDetailsBase)`
1313

1414
const mapStateToProps = (state, ownProps) => {
1515
return {
16+
messages: state.otp.config.language.tripDetails,
1617
routingType: state.otp.currentQuery.routingType,
1718
tnc: state.otp.tnc,
1819
timeFormat: coreUtils.time.getTimeFormat(state.otp.config),

0 commit comments

Comments
 (0)