Commit 4fb48bdd authored by Charles Bachmeier's avatar Charles Bachmeier Committed by GitHub

fix: only request 1 listing on NFTDetails page (#6602)

only request 1 listing
Co-authored-by: default avatarCharles Bachmeier <charlie@genie.xyz>
parent cf2b6bf5
......@@ -49,7 +49,7 @@ gql`
}
description
}
listings(first: 25) {
listings(first: 1) {
edges {
node {
address
......
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