feat(tradein-fe): уведомление при global_fallback asking→sold ratio (тонкий сегмент) (#882)
All checks were successful
Deploy Trade-In / changes (push) Successful in 5s
Deploy Trade-In / test (push) Has been skipped
Deploy Trade-In / build-backend (push) Has been skipped
Deploy Trade-In / build-frontend (push) Successful in 1m35s
Deploy Trade-In / deploy (push) Successful in 36s

Co-authored-by: bot-frontend <bot-frontend@gendsgn.local>
Co-committed-by: bot-frontend <bot-frontend@gendsgn.local>
This commit is contained in:
bot-frontend 2026-05-31 10:41:54 +00:00 committed by bot-reviewer
parent f3ba8acd76
commit 3b38b3f004

View file

@ -340,6 +340,13 @@ export function HeroSummary({ estimate, input, onResubmit, isResubmitting = fals
ожидаемая цена сделки по данным ДКП Росреестра, а не цена запроса.
</p>
)}
{hasSold && estimate.ratio_basis === "global_fallback" && (
<p className="headline-note" style={{ marginTop: 6 }}>
Вероятная цена продажи рассчитана по средне-городскому коэффициенту
мало зарегистрированных сделок в данном сегменте комнатности. Оценка
ориентировочная.
</p>
)}
</>
)}
</div>