mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-25 07:16:51 +00:00
fix(export): hide finish time until grouped load completes
This commit is contained in:
@@ -3858,7 +3858,7 @@ function ExportPage() {
|
||||
loaded,
|
||||
statusLabel: getLoadDetailStatusLabel(loaded, total, hasStarted),
|
||||
startedAt: earliestStart,
|
||||
finishedAt: latestFinish
|
||||
finishedAt: loaded >= total ? latestFinish : undefined
|
||||
}
|
||||
}, [getLoadDetailStatusLabel, sessionLoadTraceMap])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user