Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati0x committed Jan 9, 2025
1 parent cc744f1 commit bb46cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/PoolGovernance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const PoolGovernanceDetails: React.FC<{
<EthAddress
address={
Array.isArray(member?.member?.memberCommunity) ?
(member.member.memberCommunity[0]?.memberAddress as Address)
(member?.member?.memberCommunity[0]?.memberAddress as Address)
: undefined
}
actions="copy"
Expand Down

0 comments on commit bb46cab

Please sign in to comment.