Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
352628459c
commit
1cc84bd885
@@ -128,6 +128,9 @@ function ContactDetail() {
|
||||
<DetailRow label="Company" value={contact.company} icon={Building2} />
|
||||
<DetailRow label="Title" value={contact.title} />
|
||||
<DetailRow label="Address" value={addr || null} icon={MapPin} />
|
||||
{contact.contact_type === "homeowner" && (
|
||||
<DetailRow label="Property address" value={contact.property_address || null} icon={MapPin} />
|
||||
)}
|
||||
</dl>
|
||||
{contact.notes && (
|
||||
<div className="mt-4 pt-4 border-t">
|
||||
|
||||
Reference in New Issue
Block a user