Skip to content

Commit

Permalink
Update keep-ui/app/incidents/[id]/incident-workflow-sidebar.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill Chernakov <[email protected]>
Signed-off-by: Shahar Glazner <[email protected]>
  • Loading branch information
shahargl and Kiryous authored Oct 1, 2024
1 parent 036f9a2 commit 267d757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep-ui/app/incidents/[id]/incident-workflow-sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const IncidentWorkflowSidebar: React.FC<IncidentWorkflowSidebarProps> = ({
</Text>
<div className="flex items-center">
{getIcon(selectedExecution.status)}
<span className="ml-2">{selectedExecution.status}</span>
<span className="ml-2 capitalize">{selectedExecution.status}</span>
</div>
</div>
<div>
Expand Down

0 comments on commit 267d757

Please sign in to comment.