Commit 62775f60 authored by Charles Bachmeier's avatar Charles Bachmeier Committed by GitHub

feat: approve collections 1x1 (#5359)

approve collections 1x1
Co-authored-by: default avatarCharles Bachmeier <charlie@genie.xyz>
parent 97b3725c
......@@ -102,14 +102,14 @@ const ListingModal = () => {
// for all unqiue collection, marketplace combos -> approve collections
for (const collectionRow of collectionsRequiringApproval) {
verifyStatus(collectionRow.status) &&
approveCollectionRow(
(await approveCollectionRow(
collectionRow,
collectionsRequiringApproval,
setCollectionsRequiringApproval,
signer,
looksRareAddress,
pauseAllRows
)
))
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment