diff --git a/src/components/CountViewer.tsx b/src/components/CountViewer.tsx index cfda9c6..9e93593 100644 --- a/src/components/CountViewer.tsx +++ b/src/components/CountViewer.tsx @@ -291,7 +291,7 @@ function SingleRelayResult({ result }: { result: RelayCountResult }) { } return ( -
+
{result.count?.toLocaleString()} @@ -305,7 +305,6 @@ function SingleRelayResult({ result }: { result: RelayCountResult }) { )}
-

events

); }