We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb1104 commit b4c4c09Copy full SHA for b4c4c09
src/page-modules/assistant/details/trip-section/interchange-section.tsx
@@ -61,12 +61,10 @@ function useInterchangeTextTranslation({
61
: text;
62
63
if (publicCode && staySeated) {
64
- return appendWaitTime(
65
- t(
66
- PageText.Assistant.details.tripSection.lineChangeStaySeated(
67
- publicCode,
68
- interchangeDetails.publicCode,
69
- ),
+ return t(
+ PageText.Assistant.details.tripSection.lineChangeStaySeated(
+ publicCode,
+ interchangeDetails.publicCode,
70
),
71
);
72
}
0 commit comments