mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-22 20:18:30 +03:00
Fix incorrect mismatch for object vs sub label
This commit is contained in:
parent
59a462057a
commit
442eeec603
@ -233,7 +233,7 @@ export function GroupedClassificationCard({
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (!best) {
|
if (!best) {
|
||||||
return group.at(-1);
|
best = group.at(-1)!;
|
||||||
}
|
}
|
||||||
|
|
||||||
const bestTyped: ClassificationItemData = best;
|
const bestTyped: ClassificationItemData = best;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user