Skip to content

Commit

Permalink
ui: Remove stray parenthesis in Jobs page
Browse files Browse the repository at this point in the history
Addresses  #77440.

This commit fixes the stray parenthesis at the end of the duration time for a
succeeded job. The parenthesis had been introduced in
#76691 and the 21.2 backport
#73624.

Release note (ui): Remove stray parenthesis at the end of the duration time for
a succeeded job. It had been accidentally introduced to unreleased master and a
21.2 backport.

Release justification: Category 2, UI bug fix
  • Loading branch information
jocrl committed Mar 7, 2022
1 parent 960f2b4 commit cce5695
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/ui/workspaces/db-console/src/views/jobs/duration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export class Duration extends React.PureComponent<{
<span className={className}>
{"Duration: " +
formatDuration(moment.duration(finishedAt.diff(startedAt)))}
)
</span>
);
}
Expand Down

0 comments on commit cce5695

Please sign in to comment.