diff --git a/src/components/ThirdPartyCollectionDetailPage/ThirdPartyCollectionDetailPage.tsx b/src/components/ThirdPartyCollectionDetailPage/ThirdPartyCollectionDetailPage.tsx index bbe93c85a..9ff3f0119 100644 --- a/src/components/ThirdPartyCollectionDetailPage/ThirdPartyCollectionDetailPage.tsx +++ b/src/components/ThirdPartyCollectionDetailPage/ThirdPartyCollectionDetailPage.tsx @@ -365,7 +365,18 @@ export default function ThirdPartyCollectionDetailPage({ ) }, - [collection, selectedItems, totalItems, page, handleSearchChange, handleSelectItemChange, areAllSelected, handleClearSelection, filters] + [ + collection, + selectedItems, + isLoadingAvailableSlots, + totalItems, + page, + handleSearchChange, + handleSelectItemChange, + areAllSelected, + handleClearSelection, + filters + ] ) const shouldRender = hasAccess && collection