Правка поиска, сортировка
This commit is contained in:
@@ -108,7 +108,7 @@ export default function MyOffersPage() {
|
||||
{offer.description}
|
||||
</p>
|
||||
<div className="font-semibold text-lg flex items-center gap-1">
|
||||
{offer.price.amount} {offer.price.currency}
|
||||
{offer.price.amount} ₽
|
||||
<span className="text-sm font-normal text-muted-foreground relative top-0.5">
|
||||
{offer.price.type === 0 ? "фиксированно" : offer.price.type === 1 ? "в час" : "договорная"}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user