mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 14:04:04 +00:00
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:
@@ -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: 'Всего за цикл',
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user