mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +03:00
Hide non object frigate plus items
This commit is contained in:
parent
905e0f38e3
commit
edda69cafc
@ -125,6 +125,10 @@ export default function SubmitPlus() {
|
||||
</Dialog>
|
||||
|
||||
{events?.map((event) => {
|
||||
if (event.data.type != "object") {
|
||||
return;
|
||||
}
|
||||
|
||||
return (
|
||||
<div
|
||||
className="w-full rounded-2xl aspect-video flex justify-center items-center bg-black cursor-pointer"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user