From 444b7976c7d6f6a9c495a91b4d6c8df90d3e1e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Wed, 29 Mar 2023 18:52:29 +0200 Subject: [PATCH] Vypnuti online --- src/containers/GlobalStats.jsx | 1 + src/pages/Home.jsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/containers/GlobalStats.jsx b/src/containers/GlobalStats.jsx index fef1e63..b24c297 100644 --- a/src/containers/GlobalStats.jsx +++ b/src/containers/GlobalStats.jsx @@ -32,6 +32,7 @@ const GlobalStats = () => { )}` : null; + 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 diff --git a/src/pages/Home.jsx b/src/pages/Home.jsx index 7cd1ca6..ced03ce 100644 --- a/src/pages/Home.jsx +++ b/src/pages/Home.jsx @@ -285,7 +285,7 @@ const Home = () => { </span> </div> )} -// <GlobalStats /> + <GlobalStats /> </div> </section> -- GitLab