Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correction of indentation on the wallet page. Issues-35 #48

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

yuraautsayder
Copy link
Contributor

added a wrapper and adjusted the indent styles for it

@yuraautsayder yuraautsayder linked an issue Jan 7, 2024 that may be closed by this pull request
<p>
Баланса хватит на {0} дней
</p>
<SupportLink href={`/${$page.params.lang}/crm/${$page.params.companyId}/top-up`}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Стоит разбить все p и все SupportLink на две группы с помощью див, чтобы они визуально были отделены

const availableServices = [
{
type: "count",
id: 1,
title: "Добавить дополнительные кресла",
price: 1000,
price: priceByCurrency,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Вот сюда, лучше передавать сразу число, чтобы на клиенте не надо было ничего счетать

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Вот сюда, лучше передавать сразу число, чтобы на клиенте не надо было ничего счетать

Не представляю как это можно сделать, буду очень благодарен, если направишь в сторону решения

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Поправить страничку кошелька
2 participants