Skip to content

Commit

Permalink
fix: workflow-retry log
Browse files Browse the repository at this point in the history
  • Loading branch information
zxhlyh committed Dec 23, 2024
1 parent db1f1d8 commit 95b254b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const RetryOnNode = ({
}
</div>
{
!showDefault && (
!showDefault && !!data._retryIndex && (
<div>
{data._retryIndex}/{data.retry_config?.max_retries}
</div>
Expand Down

0 comments on commit 95b254b

Please sign in to comment.