diff --git a/src/containers/GlobalStats.jsx b/src/containers/GlobalStats.jsx
index fef1e63e14cc524e8d2ff852356b8ccd2126eac8..b24c2975f9d54b2120e26da77df92704e48252d1 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 7cd1ca6d3714c4b0212b5a95319d12dd0b9575eb..ced03ce6cab3cc07a30930e66f3ef2310aefeeaf 100644
--- a/src/pages/Home.jsx
+++ b/src/pages/Home.jsx
@@ -285,7 +285,7 @@ const Home = () => {
                 </span>
               </div>
             )}
-//            <GlobalStats />
+            <GlobalStats />
           </div>
         </section>