Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
a8eaf04fdf
commit
42f04c6633
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user