Skip to content

Commit

Permalink
fix: remove duplicate jobId on failures in "advanced view" of timelin…
Browse files Browse the repository at this point in the history
…e (#13827)
  • Loading branch information
teallarson committed Sep 5, 2024
1 parent cbfbfe8 commit 4d99e61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const SyncFailEventItem: React.FC<SyncFailEventItemProps> = ({ syncEvent
<JobFailureDetails failureUiDetails={failureUiDetails} />
</Box>
)}
{showExtendedStats && (
{!failureUiDetails && showExtendedStats && (
<Text as="span" color="grey400" size="sm">
<FormattedMessage id="jobs.jobId" values={{ id: syncEvent.summary.jobId }} />
</Text>
Expand Down

0 comments on commit 4d99e61

Please sign in to comment.