fix: [code-390]: fix comments part 2

This commit is contained in:
calvin 2023-05-30 12:49:05 -06:00
parent fef3a78bca
commit 0d838d815f

View File

@ -63,14 +63,12 @@ export const ResourceListingPagination: React.FC<ResourceListingPaginationProps>
!!X_PREV_PAGE &&
(() => {
_setPage(page - 1)
// updateQueryParams({ page: page.toString() })
})
}
onNext={
!!X_NEXT_PAGE &&
(() => {
_setPage(page + 1)
// updateQueryParams({ page: page.toString() })
})
}
/>