Skip to content

Commit cdf9bc0

Browse files
authored
fix(orchestrator): fix typo in results card (#1400)
Signed-off-by: Lior Soffer <liorsoffer1@gmail.com>
1 parent 0981685 commit cdf9bc0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-orchestrator': patch
3+
---
4+
5+
fix typo in results card

workspaces/orchestrator/plugins/orchestrator/src/components/WorkflowInstancePage/WorkflowResult.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const ResultMessage = ({
129129
if (startedTime !== '') {
130130
return (
131131
<>
132-
<CircularProgress size="0.75rem" /> Workflow is running. Started
132+
<CircularProgress size="0.75rem" /> Workflow is running. Started{' '}
133133
{startedTime}
134134
</>
135135
);

0 commit comments

Comments
 (0)