Hide non object frigate plus items

This commit is contained in:
Nicolas Mowen 2024-03-14 16:43:17 -06:00
parent 905e0f38e3
commit edda69cafc

View File

@ -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"