Browse Source

fix: 修改

ansoni 3 tháng trước cách đây
mục cha
commit
ac411ad583
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/app/[locale]/(doings)/depositing/page.tsx

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

@@ -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>
             </div>