diff --git a/src/components/views/Home.jsx b/src/components/views/Home.jsx
index e7e6a80a..45e14ff6 100644
--- a/src/components/views/Home.jsx
+++ b/src/components/views/Home.jsx
@@ -1,4 +1,4 @@
-import React, { useEffect, useRef } from 'react';
+import React, { Fragment, useEffect, useRef } from 'react';
import { Helmet } from 'react-helmet-async';
import { useAccount } from '@plebbit/plebbit-react-hooks';
import useGeneralStore from '../../hooks/stores/useGeneralStore';
@@ -114,7 +114,7 @@ const Home = () => {
{window.scrollTo(0, 0)}}>[view all]
{account?.subscriptions?.map((subscription, index) => (
- <>
+
- >
+
+
@@ -137,26 +138,27 @@ const Home = () => {