We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d09a84 commit cfcbfbdCopy full SHA for cfcbfbd
src/main/frontend/pipeline-console-view/pipeline-console/main/ConsoleLogCard.tsx
@@ -229,10 +229,7 @@ export class ConsoleLogCard extends React.Component<
229
component="div"
230
key={`step-duration-text-${this.props.step.id}`}
231
>
232
- {this.props.step.totalDurationMillis.substring(
233
- this.props.step.totalDurationMillis.indexOf(" ") + 1,
234
- this.props.step.totalDurationMillis.length,
235
- )}
+ {this.props.step.totalDurationMillis}
236
</Typography>
237
</Grid>
238
0 commit comments