We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 879b481 + ef8593c commit 1d5f599Copy full SHA for 1d5f599
lib/components/narrative/connected-trip-details.js
@@ -13,6 +13,7 @@ const TripDetails = styled(TripDetailsBase)`
13
14
const mapStateToProps = (state, ownProps) => {
15
return {
16
+ messages: state.otp.config.language.tripDetails,
17
routingType: state.otp.currentQuery.routingType,
18
tnc: state.otp.tnc,
19
timeFormat: coreUtils.time.getTimeFormat(state.otp.config),
0 commit comments