Fix history current visit labels
All checks were successful
build-windows-exe / build (push) Successful in 1m5s
All checks were successful
build-windows-exe / build (push) Successful in 1m5s
This commit is contained in:
@@ -3440,7 +3440,7 @@ func humanDurationLabel(started, ended time.Time, current bool) string {
|
||||
}
|
||||
d := ended.Sub(started)
|
||||
if current {
|
||||
return formatDurationShort(d) + " active"
|
||||
return formatDurationShort(d)
|
||||
}
|
||||
return formatDurationShort(d)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user