We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b60f1ba + 690a1c9 commit a9d9370Copy full SHA for a9d9370
src/components/SinglePropertyDetail.tsx
@@ -58,6 +58,7 @@ const SinglePropertyDetail = ({
58
owner_1,
59
owner_2,
60
rco_names,
61
+ zoning_base_district,
62
priority_level,
63
total_due,
64
tree_canopy_gap,
@@ -217,6 +218,10 @@ const SinglePropertyDetail = ({
217
218
<Th>RCO</Th>
219
<td className="table-cell">{rco_names.split("|").join(", ")}</td>
220
</tr>
221
+ <tr>
222
+ <Th>Zoning</Th>
223
+ <td className="table-cell">{zoning_base_district}</td>
224
+ </tr>
225
<tr>
226
<Th>Council District</Th>
227
<td className="table-cell">{council_district}</td>
0 commit comments