Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 7498abe

Browse files
myan9k8s-ci-robot
authored andcommitted
fix(plugins/plugin-client-common): FancyPipeline renders prefix incorrectly
1 parent eb8333e commit 7498abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/plugin-client-common/src/components/Views/Terminal/Block/FancyPipeline.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default class FancyPipeline extends React.PureComponent<Props> {
4040
{/* somePrefix -- */}
4141
{prefix && (
4242
<React.Fragment>
43-
<span className="pre-wrap">prefix -- </span>
43+
<span className="pre-wrap">{prefix} -- </span>
4444
{(stages.length > 0 || redirect) && (
4545
<React.Fragment>
4646
{this.linebreak()}

0 commit comments

Comments
 (0)