main page

This commit is contained in:
Karol Wypchlo 2021-02-12 00:36:06 +01:00
parent fb42ac7ce9
commit 13181ee7c9
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ const actions = [];
export default function Downloads() {
const [offset, setOffset] = useState(0);
const { data, error } = useSWR(`${apiPrefix}/user/downloads?pageSize=3&offset=${offset}`, fetcher);
const { data, error } = useSWR(`${apiPrefix}/user/downloads?pageSize=10&offset=${offset}`, fetcher);
return (
<Layout title="Your downloads">