diff --git a/packages/frontend/src/pages/Testimonies.tsx b/packages/frontend/src/pages/Testimonies.tsx index b0debec..389fb20 100644 --- a/packages/frontend/src/pages/Testimonies.tsx +++ b/packages/frontend/src/pages/Testimonies.tsx @@ -14,7 +14,7 @@ const Testimonies = () => { name: s.name ?? "Anonymous", })); - const totalCount = signatures.length; + const totalCount = allSignatures.length; const navigate = useNavigate();