Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-17 00:50:02 +00:00
co-authored by renee-png
parent a8eaf04fdf
commit 42f04c6633
+8
View File
@@ -105,6 +105,14 @@ function ClientDetail() {
<>
<DetailRow label="Units" value={client.num_units} />
<DetailRow label="Management Co." value={client.management_company} />
<DetailRow
label="Interest rate"
value={
client.annual_interest_rate != null
? `${client.annual_interest_rate}% per annum`
: null
}
/>
</>
)}
<DetailRow label="Primary contact" value={client.primary_contact_name} />