We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f4ad6 commit 83c2012Copy full SHA for 83c2012
lib/components/narrative/line-itin/realtime-time-column.js
@@ -121,7 +121,7 @@ export default function RealtimeTimeColumn ({
121
{renderedTime}
122
<StatusText>
123
{/* Keep the '5 min' string on the same line. */}
124
- {!isOnTime && <DelayText>{`${delayInMinutes} min`}</DelayText>}
+ {!isOnTime && <DelayText>{delayInMinutes} min</DelayText>}
125
{statusText}
126
</StatusText>
127
</TimeColumn>
0 commit comments