comment Last Week button since there is no aggregated data
This commit is contained in:
parent
c1b456639a
commit
3c8b05bbf9
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue