mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-23 13:17:54 -05:00
showing shares for daohaus (#250)
This commit is contained in:
@@ -76,7 +76,9 @@ export const PlayerMemberships: React.FC<Props> = ({
|
||||
<Text fontSize="xs" casing="capitalize" mr={3}>
|
||||
player
|
||||
</Text>
|
||||
<Text fontSize="xs">XP: 0</Text>
|
||||
<Text fontSize="xs">
|
||||
Shares: {member.shares}/{member.moloch.totalShares}
|
||||
</Text>
|
||||
</HStack>
|
||||
</Box>
|
||||
</HStack>
|
||||
|
||||
@@ -46,10 +46,12 @@ export const PlayerFragment = gql`
|
||||
}
|
||||
daohausMemberships {
|
||||
id
|
||||
shares
|
||||
moloch {
|
||||
id
|
||||
title
|
||||
version
|
||||
totalShares
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user