Commit f3d64b65 authored by Charles Bachmeier's avatar Charles Bachmeier Committed by GitHub

fix: Stop traits from url re-appearing (#5391)

traits no longer re-appear when removed
Co-authored-by: default avatarCharles Bachmeier <charlie@genie.xyz>
parent a9200b2c
...@@ -456,7 +456,8 @@ export const CollectionNfts = ({ contractAddress, collectionStats, rarityVerifie ...@@ -456,7 +456,8 @@ export const CollectionNfts = ({ contractAddress, collectionStats, rarityVerifie
} }
}) })
} }
}, [collectionStats, location]) // eslint-disable-next-line react-hooks/exhaustive-deps
}, [location])
useEffect(() => { useEffect(() => {
if (collectionStats && collectionStats.stats?.floor_price) { if (collectionStats && collectionStats.stats?.floor_price) {
......
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