Merge pull request 'fix(tradein): убрать хардкод «Практика» из offer-баннера' (#1778) from fix/tradein-offercard-praktika-leak into main
Some checks are pending
Deploy Trade-In / test (push) Blocked by required conditions
Deploy Trade-In / build-backend (push) Blocked by required conditions
Deploy Trade-In / build-browser (push) Blocked by required conditions
Deploy Trade-In / build-frontend (push) Blocked by required conditions
Deploy Trade-In / deploy (push) Blocked by required conditions
Deploy Trade-In / changes (push) Successful in 6s
Some checks are pending
Deploy Trade-In / test (push) Blocked by required conditions
Deploy Trade-In / build-backend (push) Blocked by required conditions
Deploy Trade-In / build-browser (push) Blocked by required conditions
Deploy Trade-In / build-frontend (push) Blocked by required conditions
Deploy Trade-In / deploy (push) Blocked by required conditions
Deploy Trade-In / changes (push) Successful in 6s
Reviewed-on: #1778
This commit is contained in:
commit
54444cc4a5
1 changed files with 4 additions and 4 deletions
|
|
@ -6,11 +6,11 @@
|
|||
* на фиксированных дефолтных ставках (median_price_rub + DEFAULT_BARGAIN_PCT).
|
||||
*
|
||||
* NB: сама ВЫКУПНАЯ цена (сколько платит девелопер) НЕ рассчитывается — это
|
||||
* коммерческое решение «Практики» (нет параметров haircut/маржи/срока).
|
||||
* коммерческое решение девелопера/бренда (нет параметров haircut/маржи/срока).
|
||||
* Здесь — illustrative сравнение издержек по типовым рыночным ставкам
|
||||
* (см. offer-rates.ts), НЕ официальный оффер «Практики».
|
||||
* (см. offer-rates.ts), НЕ официальный оффер бренда.
|
||||
*
|
||||
* TODO(commercial): подставить реальные условия «Практики» в DEFAULT_OFFER_RATES
|
||||
* TODO(commercial): подставить реальные условия в DEFAULT_OFFER_RATES
|
||||
* (offer-rates.ts) — единственное место для смены ставок.
|
||||
*/
|
||||
import { useMemo } from "react";
|
||||
|
|
@ -130,7 +130,7 @@ export function OfferCard({ estimate, brandSlug }: Props) {
|
|||
<b>{breakdown.totalPctMid.toFixed(0)}%</b> от цены объявления.{" "}
|
||||
<b>Trade-In закрывает их полностью</b>, а цена в новостройке фиксируется
|
||||
на момент оценки. Проценты и суммы — ориентировочные рыночные значения,
|
||||
не официальный оффер «Практики».
|
||||
а не окончательный оффер.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue