mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 20:55: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>
|
</Dialog>
|
||||||
|
|
||||||
{events?.map((event) => {
|
{events?.map((event) => {
|
||||||
|
if (event.data.type != "object") {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className="w-full rounded-2xl aspect-video flex justify-center items-center bg-black cursor-pointer"
|
className="w-full rounded-2xl aspect-video flex justify-center items-center bg-black cursor-pointer"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user