mirror of
https://github.com/harness/drone.git
synced 2025-05-19 02:20:03 +08:00
fix: [CODE-2057]: fix for status checks showing wrong time (#2842)
* fix: [CODE-2057]: fix for status checks showing wrong time
This commit is contained in:
parent
503e62c979
commit
a6bea60973
@ -309,7 +309,7 @@ const ChecksSection = (props: ChecksSectionProps) => {
|
|||||||
: 'checkStatus.error'
|
: 'checkStatus.error'
|
||||||
)}
|
)}
|
||||||
vars={{
|
vars={{
|
||||||
time: <>{timeDistance(check.check.created, check.check.updated)}</>
|
time: <>{timeDistance(check.check.started, check.check.ended)}</>
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</Text>
|
</Text>
|
||||||
|
Loading…
Reference in New Issue
Block a user