diff --git a/web/src/pages/PullRequest/Conversation/PullRequestOverviewPanel/sections/ChecksSection.tsx b/web/src/pages/PullRequest/Conversation/PullRequestOverviewPanel/sections/ChecksSection.tsx index 32c09ba58..f82f21082 100644 --- a/web/src/pages/PullRequest/Conversation/PullRequestOverviewPanel/sections/ChecksSection.tsx +++ b/web/src/pages/PullRequest/Conversation/PullRequestOverviewPanel/sections/ChecksSection.tsx @@ -309,7 +309,7 @@ const ChecksSection = (props: ChecksSectionProps) => { : 'checkStatus.error' )} vars={{ - time: <>{timeDistance(check.check.created, check.check.updated)} + time: <>{timeDistance(check.check.started, check.check.ended)} }} />