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
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:
parent
f3ba8acd76
commit
3b38b3f004
1 changed files with 7 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue