Skip to content

Commit

Permalink
Update useLoadProposalFromQuery.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsW3 authored Sep 12, 2024
1 parent ff4567d commit 79335cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useLoadProposalFromQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const useLoadProposalFromQuery = () => {
const nonce = params.get(queryKeys["nonce"]);

if (targets && calldatas) {
// ensure the 3 lengths are the same. check if values also has the same length if its not empty
// ensure the 3 lengths are the same. check if values also have the same length if it's not empty
// check the inverse of the above, if inverse is true, return:
if (
targets.length !== calldatas.length ||
Expand Down

0 comments on commit 79335cb

Please # to comment.