Skip to content

Commit 69fac08

Browse files
fix(connected-trip-details): Connect messages prop to TripDetails component.
1 parent d9ed60d commit 69fac08

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)