year hace 2 semanas
padre
commit
ed207a241b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/app/[locale]/(doings)/depositing/page.tsx

+ 1 - 1
src/app/[locale]/(doings)/depositing/page.tsx

@@ -82,7 +82,7 @@ const Page = () => {
                     <span>Tempos de recarga atuais:</span>
                     <span className="ml-[.1rem] text-[#11de68]">
                         {(firstTarget?.count_down ?? 0 > 0)
-                            ? `${firstTarget?.current_num ? firstTarget.current_num - 1 : 0}vez`
+                            ? `${firstTarget?.current_num ? total - firstTarget.current_num : 0}vez`
                             : "O evento terminou"}
                     </span>
                 </div>