diff --git a/src/sections/collection/collection-items-panel/CollectionItemsPanel.tsx b/src/sections/collection/collection-items-panel/CollectionItemsPanel.tsx index 1b464bef0..e2fc19cc7 100644 --- a/src/sections/collection/collection-items-panel/CollectionItemsPanel.tsx +++ b/src/sections/collection/collection-items-panel/CollectionItemsPanel.tsx @@ -183,7 +183,7 @@ export const CollectionItemsPanel = ({ } } - const handleSortChange = async (sort: SortType, order: OrderType) => { + const handleSortChange = async (sort?: SortType, order?: OrderType) => { itemsListContainerRef.current?.scrollTo({ top: 0 }) const resetPaginationInfo = new CollectionItemsPaginationInfo()