Skip to content

Commit

Permalink
fix: Third Party slots loading (#3147)
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio authored Aug 2, 2024
1 parent 96fc345 commit a6f29c4
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6f29c4

Please sign in to comment.