Skip to content

Commit a6f29c4

Browse files
fix: Third Party slots loading (#3147)
1 parent 96fc345 commit a6f29c4

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/components/ThirdPartyCollectionDetailPage/ThirdPartyCollectionDetailPage.tsx

+12-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,18 @@ export default function ThirdPartyCollectionDetailPage({
365365
</>
366366
)
367367
},
368-
[collection, selectedItems, totalItems, page, handleSearchChange, handleSelectItemChange, areAllSelected, handleClearSelection, filters]
368+
[
369+
collection,
370+
selectedItems,
371+
isLoadingAvailableSlots,
372+
totalItems,
373+
page,
374+
handleSearchChange,
375+
handleSelectItemChange,
376+
areAllSelected,
377+
handleClearSelection,
378+
filters
379+
]
369380
)
370381

371382
const shouldRender = hasAccess && collection

0 commit comments

Comments
 (0)