From ff4567d00339e4f34f71a02bb4285fcaeef13d98 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Fri, 13 Sep 2024 00:41:26 +0300 Subject: [PATCH] Update NewSafeProposal.tsx --- src/app/NewSafeProposal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/NewSafeProposal.tsx b/src/app/NewSafeProposal.tsx index 884d1a2..65b3840 100644 --- a/src/app/NewSafeProposal.tsx +++ b/src/app/NewSafeProposal.tsx @@ -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,