-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: main
Are you sure you want to change the base?
Conversation
<p> | ||
Баланса хватит на {0} дней | ||
</p> | ||
<SupportLink href={`/${$page.params.lang}/crm/${$page.params.companyId}/top-up`} |
There was a problem hiding this comment.
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, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Вот сюда, лучше передавать сразу число, чтобы на клиенте не надо было ничего счетать
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Вот сюда, лучше передавать сразу число, чтобы на клиенте не надо было ничего счетать
Не представляю как это можно сделать, буду очень благодарен, если направишь в сторону решения
added a wrapper and adjusted the indent styles for it