Skip to content

Commit 79335cb

Browse files
authored
Update useLoadProposalFromQuery.ts
1 parent ff4567d commit 79335cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useLoadProposalFromQuery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const useLoadProposalFromQuery = () => {
2020
const nonce = params.get(queryKeys["nonce"]);
2121

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

0 commit comments

Comments
 (0)