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