Skip to content

Commit 5574ba1

Browse files
authored
Fix type
1 parent 32dadb1 commit 5574ba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/web/components/Proposals.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ export type MemberStrategyData = {
6969
isRegistered: boolean;
7070
memberAddress: string;
7171
};
72-
stakes: {
72+
stakes?: {
7373
amount
7474
proposal {
7575
proposalStatus
7676
}
77-
}
77+
};
7878
};
7979
totalStakedPoints: string;
8080
};

0 commit comments

Comments
 (0)