feat(miniapp): remove members count from home screen purchases card

- Remove 'Members' row from Purchases card in 'no payment' mode
- Remove unused homeMembersCountLabel i18n key from en/ru locales
This commit is contained in:
2026-03-14 12:50:59 +04:00
parent 62d62091a3
commit 9c3bb100e3
2 changed files with 0 additions and 6 deletions

View File

@@ -79,7 +79,6 @@ export const dictionary = {
homePurchasesTitle: 'Purchases',
homePurchasesOffsetLabel: 'Your purchases balance',
homePurchasesTotalLabel: 'Household purchases ({count})',
homeMembersCountLabel: 'Members',
whyAction: 'Why?',
currentCycleLabel: 'Current cycle',
cycleTotalLabel: 'Cycle total',
@@ -424,7 +423,6 @@ export const dictionary = {
homePurchasesTitle: 'Покупки',
homePurchasesOffsetLabel: 'Ваш баланс покупок',
homePurchasesTotalLabel: 'Покупок в доме ({count})',
homeMembersCountLabel: 'Жильцов',
whyAction: 'Почему?',
currentCycleLabel: 'Текущий цикл',
cycleTotalLabel: 'Всего за цикл',

View File

@@ -819,10 +819,6 @@ export default function HomeRoute() {
{purchaseTotalMajor()} {data().currency}
</strong>
</div>
<div class="balance-card__row">
<span>{copy().homeMembersCountLabel}</span>
<strong>{data().members.length}</strong>
</div>
</div>
</div>
</Card>