feat(web): detect, clips, snapshots toggles

This commit is contained in:
Paul Armstrong
2021-02-17 20:53:57 -08:00
committed by Blake Blackshear
parent e399790442
commit b6ba6459fb
18 changed files with 500 additions and 92 deletions

View File

@@ -14,7 +14,7 @@ export default function Debug() {
const { data: config } = useConfig();
const {
value: { stats },
value: { payload: stats },
} = useMqtt('stats');
const { data: initialStats } = useStats();