remove extra check

This commit is contained in:
Josh Hawkins 2025-02-11 17:20:59 -06:00
parent 94db378335
commit fed6629672

View File

@ -320,9 +320,7 @@ export default function LiveDashboardView({
},
};
if (cameraGroup != "default") {
setAllGroupsStreamingSettings?.(updatedSettings);
}
setAllGroupsStreamingSettings?.(updatedSettings);
},
[cameraGroup, allGroupsStreamingSettings, setAllGroupsStreamingSettings],
);