We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a3f80 commit 32dadb1Copy full SHA for 32dadb1
apps/web/components/PoolGovernance.tsx
@@ -40,7 +40,7 @@ export type PoolGovernanceProps = {
40
memberTokensInCommunity: bigint;
41
isMemberCommunity: boolean;
42
memberActivatedStrategy: boolean;
43
- membersStrategyData: any;
+ membersStrategyData: MemberStrategyData[];
44
};
45
46
export const PoolGovernance: React.FC<PoolGovernanceProps> = ({
apps/web/components/Proposals.tsx
@@ -69,6 +69,12 @@ export type MemberStrategyData = {
69
isRegistered: boolean;
70
memberAddress: string;
71
72
+ stakes: {
73
+ amount
74
+ proposal {
75
+ proposalStatus
76
+ }
77
78
79
totalStakedPoints: string;
80
0 commit comments