Compare commits

..

No commits in common. "4f90334ffd65a396c775e6cfeb687bc87f62ee87" and "701e8e9fe76773c763447028de3911056099b003" have entirely different histories.

View file

@ -384,14 +384,6 @@ export function adaptUrbanCard(a: ParcelAnalysis): PticaScanCard {
return { return {
title: "Градостроительство", title: "Градостроительство",
rows: [ rows: [
{
// ВРИ (вид разрешённого использования) — real from ЕГРН, matches the
// prototype's first ГРАДОСТРОИТЕЛЬСТВО row.
key: "ВРИ",
field: a.egrn?.permitted_use_text
? { value: a.egrn.permitted_use_text, isReal: true, caption: "ЕГРН" }
: placeholder("нет данных ЕГРН"),
},
{ {
key: "Зона", key: "Зона",
field: zone field: zone