Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsupa597 committed Feb 5, 2023
1 parent a438ecc commit d70358e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/contracts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const ContractList = () => {
before: before as string,
after: after as string,
limit: Number.isNaN(+page_size) ? +SIZES[1] : +page_size,
sorter: sorterArray ? sorterArray : [],
sorter: sorterArray || [],
}),
{
refetchInterval: 10000,
Expand Down

0 comments on commit d70358e

Please sign in to comment.