comment Last Week button since there is no aggregated data

This commit is contained in:
Yinyin Liu 2026-05-19 09:36:12 +02:00
parent c1b456639a
commit 3c8b05bbf9
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ function Overview(props: OverviewProps) {
> >
<FormattedMessage id="24_hours" defaultMessage="24-hours" /> <FormattedMessage id="24_hours" defaultMessage="24-hours" />
</Button> </Button>
{props.device !== 3 && props.product !== 2 && ( {props.device !== 3 && props.product !== 2 && props.product !== 4 && (
<Button <Button
variant="contained" variant="contained"
onClick={handleWeekData} onClick={handleWeekData}