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