From 9bf1a06ce972f608c4563e739df19c73fb3105e0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz>
Date: Wed, 29 Mar 2023 18:56:18 +0200
Subject: [PATCH] Vypnuti online

---
 src/containers/GlobalStats.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/containers/GlobalStats.jsx b/src/containers/GlobalStats.jsx
index b24c297..1f01396 100644
--- a/src/containers/GlobalStats.jsx
+++ b/src/containers/GlobalStats.jsx
@@ -32,7 +32,7 @@ const GlobalStats = () => {
       )}`
     : null;
 
-  return '';
+  return ();
   return (
     <div className="bg-grey-50 flex space-x-4 leading-normal px-4 py-2 text-2xs md:text-xs lg:text-sm text-grey-300 whitespace-no-wrap">
       <div
-- 
GitLab