add translate, remove avaible income number

This commit is contained in:
smanylov
2026-03-27 21:17:19 +07:00
parent 11d65410e6
commit 0df34bdb1c
4 changed files with 3 additions and 4 deletions
@@ -55,7 +55,7 @@ export default function IncomeAndPayments() {
<div className="earning-card warning">
<h4>Выплачено</h4>
<p>
{activeInvites?.totalIncome - activeInvites?.availableIncome - activeInvites?.holdBalance}
{/* {activeInvites?.totalIncome - activeInvites?.availableIncome + activeInvites?.holdBalance} */}
</p>
<small>Успешно выплачено на ваши счета</small>
</div>