Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcharlton committed Jan 30, 2023
1 parent 6d890bf commit 172ea11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/CapturesContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function CapturesProvider(props) {
rowsPerPage === DEFAULT_ROWS_PER_PAGE ? undefined : rowsPerPage,
page: page === DEFAULT_PAGE ? undefined : page,
order: order === DEFAULT_ORDER ? undefined : order,
orderBy: porderByage === DEFAULT_ORDER_BY ? undefined : orderBy,
orderBy: orderBy === DEFAULT_ORDER_BY ? undefined : orderBy,
...filter.toSearchParams(),
});

Expand Down

0 comments on commit 172ea11

Please sign in to comment.