Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 committed Oct 4, 2023
1 parent 7ead1fb commit 06619a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/dao/[symbol]/proposal/[pk]/ProposalWarnings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const useProposalSafetyCheck = (proposal: Proposal) => {

const { realmInfo } = useRealm()
const { data: transactions } = useSelectedProposalTransactions()
const governance = useGovernanceByPubkeyQuery(proposal.governance).data
const governance = useGovernanceByPubkeyQuery(proposal?.governance).data
?.result

const treasuryAddress = useAsync(
Expand Down

0 comments on commit 06619a1

Please sign in to comment.