mirror of https://github.com/harness/drone.git
fix: [CODE-2057]: fix for status checks showing wrong time (#2842)
* fix: [CODE-2057]: fix for status checks showing wrong timepull/3576/head
parent
503e62c979
commit
a6bea60973
|
@ -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)}</>
|
||||
}}
|
||||
/>
|
||||
</Text>
|
||||
|
|
Loading…
Reference in New Issue