From dac1b54e02fabb1efc1bffbf1c76915799a18c34 Mon Sep 17 00:00:00 2001
From: Andy Nicholson <intothemist@gmail.com>
Date: Fri, 22 Jan 2021 17:34:16 +1100
Subject: [PATCH] fix(*): remove eslint disable lines

---
 app/components/component-frontpage/src/Frontpage.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/components/component-frontpage/src/Frontpage.js b/app/components/component-frontpage/src/Frontpage.js
index 15e594e7f0..9be6945a84 100644
--- a/app/components/component-frontpage/src/Frontpage.js
+++ b/app/components/component-frontpage/src/Frontpage.js
@@ -22,7 +22,7 @@ const Frontpage = ({ history, ...props }) => {
   const [sortName] = useState('created')
   const [sortDirection] = useState('DESC')
   const [page, setPage] = useState(1)
-  const limit = 3
+  const limit = 10
   const sort = sortName && sortDirection && `${sortName}_${sortDirection}`
 
   const skipXSweet = file =>
-- 
GitLab