Skip to content

Commit f0b2870

Browse files
Abdullah KhanAbdullah Khan
Abdullah Khan
authored and
Abdullah Khan
committed
feat(new-trace): Minor iteration
1 parent 10144ca commit f0b2870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/performance/newTraceDetails/traceWaterfallState.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function TraceEmpty() {
5151
// and be navigated to a trace that doesn't contain any data yet. We add a 2
5252
// minute buffer to account for this.
5353
const message =
54-
timestamp && new Date(timestamp * 1000) > new Date(Date.now() - 2 * 60 * 1000)
54+
timestamp && new Date(timestamp * 1000) >= new Date(Date.now() - 2 * 60 * 1000)
5555
? t(
5656
'We could still be ingesting this trace. Please wait a few seconds and refresh.'
5757
)

0 commit comments

Comments
 (0)