1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-29 00:57:50 +02:00

correct number of items on page

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
This commit is contained in:
mihaisc 2020-10-28 13:33:53 +02:00
parent 071d811cd9
commit 0540bad3fd
No known key found for this signature in database
GPG Key ID: 4FB0C2329B4C6E29

View File

@ -13,7 +13,7 @@ export function getSearchQuery(
): SearchQuery {
return {
page: Number(page) || 1,
offset: Number(offset) || 20,
offset: Number(offset) || 21,
query: {
text,
tags: tags ? [tags] : undefined,