added tasks page and functionality

This commit is contained in:
csawatzky 2025-04-07 15:46:59 -06:00
parent b573e10707
commit 2ef22a8bc2
19 changed files with 1992 additions and 15 deletions

View file

@ -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 && (