Skip to content

Commit

Permalink
removed euro
Browse files Browse the repository at this point in the history
  • Loading branch information
kovedev committed Nov 19, 2020
1 parent bc32ec0 commit 622eff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leases/components/leaseSections/rent/BasisOfRent.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ const BasisOfRent = ({
</Column>
<Column small={6} medium={4} large={2}>
<Authorization allow={isFieldAllowedToRead(leaseAttributes, LeaseBasisOfRentsFieldPaths.AREA)}>
<FormText>{!isEmptyValue(child.area) ? `${formatNumber(child.area)}` : '-'}</FormText>
<FormText>{!isEmptyValue(child.area) ? `${formatNumber(child.area)}` : '-'}</FormText>
</Authorization>
</Column>
<Column small={6} medium={4} large={2}>
Expand Down

0 comments on commit 622eff8

Please sign in to comment.