added tasks page and functionality
This commit is contained in:
parent
b573e10707
commit
2ef22a8bc2
19 changed files with 1992 additions and 15 deletions
|
|
@ -482,7 +482,7 @@ export default function ObjectHeaterCharts(props: Props) {
|
|||
}}>
|
||||
{tempOnly && heater && (
|
||||
<Card className={classes.card}>
|
||||
{heaterTemps.length > 0 ?? heaterState.length > 0 ? (
|
||||
{(heaterTemps.length > 0 || heaterState.length > 0) ? (
|
||||
<React.Fragment>
|
||||
<Grid container className={classes.cardHeader}>
|
||||
{tempOnly && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue