Skip to content

Commit

Permalink
Update NewSafeProposal.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsW3 authored Sep 12, 2024
1 parent f5dada2 commit ff4567d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/NewSafeProposal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ const ViewProposal = ({

const hasApproved = address ? approvers.includes(address as Address) : false;

// count others that are needed to sign, taking into account self must have signed, and if self has signed
// count others that are needed to sign, taking into account that self must have signed, and if self has signed
// exclude from others needed to sign
const canExecute = determineIfCanExecute({
hasApproved,
Expand Down

0 comments on commit ff4567d

Please # to comment.