add translate, remove avaible income number
This commit is contained in:
@@ -5007,8 +5007,5 @@
|
||||
.dropdown-button {
|
||||
font-size: 12px;
|
||||
}
|
||||
/* .dropdown-item {
|
||||
font-size: 10px;
|
||||
} */
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
@@ -227,6 +227,7 @@
|
||||
"completed": "Completed",
|
||||
"pending": "Pending",
|
||||
"canceled": "Canceled",
|
||||
"cancelled": "Cancelled",
|
||||
"all-content": "All content",
|
||||
"monitoring": "Monitoring",
|
||||
"efficiency": "Efficiency",
|
||||
|
||||
@@ -227,6 +227,7 @@
|
||||
"completed": "Завершено",
|
||||
"pending": "В ожидании",
|
||||
"canceled": "Отменено",
|
||||
"cancelled": "Отменено",
|
||||
"all-content": "Весь контент",
|
||||
"monitoring": "Мониторинг",
|
||||
"efficiency": "Эффективность",
|
||||
|
||||
Reference in New Issue
Block a user