correct percent value
This commit is contained in:
		@@ -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>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user