Display minimum rent
This commit is contained in:
@@ -159,6 +159,14 @@ export function FlatDetailsCard({ flat, room }) {
|
||||
</Text>
|
||||
<Text pt={3} size='s' fontWeight='bold'>Gesamt: {totalSizeToPay.toFixed(2)} m² </Text>
|
||||
</Box>
|
||||
<Box>
|
||||
<Heading size='xs' textTransform='uppercase'>
|
||||
Mindestmiete
|
||||
</Heading>
|
||||
<Text pt='2' fontSize='m' fontWeight='bold'>
|
||||
{((sizePrivate + internalAreaShare) * minRent + 50).toFixed(2)} €
|
||||
</Text>
|
||||
</Box>
|
||||
</Stack>
|
||||
</CardBody>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user