@@ -77,7 +77,7 @@ const Page = () => {
>
Tempos de recarga atuais:{" "}
{(firstTarget?.count_down ?? 0 > 0)
- ? `${firstTarget?.current_num}vez`
+ ? `${firstTarget?.current_num ? firstTarget.current_num - 1 : 0}vez`
: "O evento terminou"}
</div>