Skip to content

Commit

Permalink
Spotless Apply
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzm0809 authored and github-actions[bot] committed Jan 9, 2025
1 parent 11ba89c commit e011b2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const ExceptionTab = (props: JobProps) => {
stacktrace: rte,
exceptionName: rte
});
logs.push(...jobDetail.jobDataDto?.exceptions?.['exceptionHistory']?.['entries'] ?? []);
logs.push(...(jobDetail.jobDataDto?.exceptions?.['exceptionHistory']?.['entries'] ?? []));
return (
<Row>
<Col span={3}>
Expand Down

0 comments on commit e011b2c

Please sign in to comment.