From fb8efb0dc7113ece56e5554685f1061d7177008c Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto Date: Tue, 24 Oct 2023 19:49:01 -0400 Subject: [PATCH] Add `suppressHydrationWarning` to avoid hydration issues in dev mode --- pages/satistics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/satistics.js b/pages/satistics.js index 7b2275d33..095a8650c 100644 --- a/pages/satistics.js +++ b/pages/satistics.js @@ -143,7 +143,7 @@ function Fact ({ fact }) {
0 ? '' : 'text-muted'}`}>{fact.type}
-
{timeSince(new Date(fact.createdAt))}
+
{timeSince(new Date(fact.createdAt))}
0 ? '' : 'text-muted'}`}>{fact.sats}