From 79335cb8f9e677039a3a3211ea8d339973adf9ee Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Fri, 13 Sep 2024 00:42:57 +0300 Subject: [PATCH] Update useLoadProposalFromQuery.ts --- src/hooks/useLoadProposalFromQuery.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useLoadProposalFromQuery.ts b/src/hooks/useLoadProposalFromQuery.ts index 542637e..0ca1c24 100644 --- a/src/hooks/useLoadProposalFromQuery.ts +++ b/src/hooks/useLoadProposalFromQuery.ts @@ -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 ||