correct percent value
This commit is contained in:
parent
62cea9932e
commit
983d2b9ce7
@ -42,7 +42,7 @@ class HeatingInformation extends React.Component<HeatingRestcontollerprops> {
|
|||||||
<ListItem>
|
<ListItem>
|
||||||
<ListItemText
|
<ListItemText
|
||||||
primary="Gesammte Heizdauer / Prozentuelle Einschaltzeit"
|
primary="Gesammte Heizdauer / Prozentuelle Einschaltzeit"
|
||||||
secondary={stringifyTime(props.data.totalheattime) + ' / ' + props.data.heattimepercent + '%'}
|
secondary={stringifyTime(props.data.totalheattime) + ' / ' + props.data.heattimepercent * 100 + '%'}
|
||||||
/>
|
/>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
<ListItem>
|
<ListItem>
|
||||||
|
Loading…
Reference in New Issue
Block a user