Правка поиска, сортировка

This commit is contained in:
Халимов Рустам
2026-03-06 21:42:59 +03:00
parent 2ad8456505
commit d9d661a313
102 changed files with 1040 additions and 9192 deletions
+1 -1
View File
@@ -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>