From b8ecfe90354d0a08919cb4407327e807f59cdbe0 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 8 Feb 2024 12:08:47 +0000 Subject: [PATCH] fix: don't disable timestamp from previous request --- app.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.vue b/app.vue index edb1370..c8911f8 100644 --- a/app.vue +++ b/app.vue @@ -27,7 +27,7 @@ No results could be fetched. Is it a valid domain? + :timestamp="cruxStatus === 'pending' ? undefined : crux?.timestamp || lighthouse!.timestamp" />
About these results