Skip to content

Commit

Permalink
Remove unnecessary optional check
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed May 29, 2024
1 parent 3a5b859 commit e0da54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/DAO/loaders/governance/useAzoriusProposals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export const useAzoriusProposals = () => {
_erc721StrategyContract,
_strategyType,
Number(proposalCreatedEvent.args.proposalId),
proposalCreatedEvent.args.proposer || '',
proposalCreatedEvent.args.proposer,
_azoriusContract,
_provider,
_erc20VotedEvents,
Expand Down

0 comments on commit e0da54f

Please sign in to comment.