Skip to content

Commit

Permalink
Limits token owners
Browse files Browse the repository at this point in the history
  • Loading branch information
kaw2k committed Jul 27, 2023
1 parent 4f1c9f0 commit 3151e39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Token/Tabs/OverviewTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const OWNER_QUERY = gql`
query OwnersData($token_id: String, $property_version: numeric) {
current_token_ownerships(
where: {
amount: {_gt: 0}
token_data_id_hash: {_eq: $token_id}
property_version: {_eq: $property_version}
}
Expand Down

0 comments on commit 3151e39

Please sign in to comment.