Skip to content

Commit

Permalink
Spotless Apply
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu-mingye authored and github-actions[bot] committed Nov 16, 2023
1 parent 39775d7 commit ec3afa7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ const JobHistoryList = (props: HistoryProps) => {
render: (text: any, record: Jobs.JobInstance) => [
<a
key={'history-detail'}
onClick={() => history.push(`/devops/job-detail?id=${record.id}`)}>
onClick={() => history.push(`/devops/job-detail?id=${record.id}`)}
>
{l('devops.joblist.detail')}
</a>
]
Expand Down

0 comments on commit ec3afa7

Please sign in to comment.