Skip to content
Snippets Groups Projects
Commit dac1b54e authored by Andy Nicholson's avatar Andy Nicholson
Browse files

fix(*): remove eslint disable lines

parent 19aa3baf
No related branches found
No related tags found
No related merge requests found
......@@ -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 =>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment