mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 12:04:02 +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',
|
homePurchasesTitle: 'Purchases',
|
||||||
homePurchasesOffsetLabel: 'Your purchases balance',
|
homePurchasesOffsetLabel: 'Your purchases balance',
|
||||||
homePurchasesTotalLabel: 'Household purchases ({count})',
|
homePurchasesTotalLabel: 'Household purchases ({count})',
|
||||||
homeMembersCountLabel: 'Members',
|
|
||||||
whyAction: 'Why?',
|
whyAction: 'Why?',
|
||||||
currentCycleLabel: 'Current cycle',
|
currentCycleLabel: 'Current cycle',
|
||||||
cycleTotalLabel: 'Cycle total',
|
cycleTotalLabel: 'Cycle total',
|
||||||
@@ -424,7 +423,6 @@ export const dictionary = {
|
|||||||
homePurchasesTitle: 'Покупки',
|
homePurchasesTitle: 'Покупки',
|
||||||
homePurchasesOffsetLabel: 'Ваш баланс покупок',
|
homePurchasesOffsetLabel: 'Ваш баланс покупок',
|
||||||
homePurchasesTotalLabel: 'Покупок в доме ({count})',
|
homePurchasesTotalLabel: 'Покупок в доме ({count})',
|
||||||
homeMembersCountLabel: 'Жильцов',
|
|
||||||
whyAction: 'Почему?',
|
whyAction: 'Почему?',
|
||||||
currentCycleLabel: 'Текущий цикл',
|
currentCycleLabel: 'Текущий цикл',
|
||||||
cycleTotalLabel: 'Всего за цикл',
|
cycleTotalLabel: 'Всего за цикл',
|
||||||
|
|||||||
@@ -819,10 +819,6 @@ export default function HomeRoute() {
|
|||||||
{purchaseTotalMajor()} {data().currency}
|
{purchaseTotalMajor()} {data().currency}
|
||||||
</strong>
|
</strong>
|
||||||
</div>
|
</div>
|
||||||
<div class="balance-card__row">
|
|
||||||
<span>{copy().homeMembersCountLabel}</span>
|
|
||||||
<strong>{data().members.length}</strong>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
|
|||||||
Reference in New Issue
Block a user