let it rebuild

This commit is contained in:
Timo
2024-12-02 18:13:09 +01:00
parent cc2cd22e0a
commit 056d7f8114

View File

@@ -149,7 +149,7 @@ export function useLiveKit(
>(undefined);
useEffect(() => {
// Don't even try if we cannot blur on this platform
// Don't even try if we cannot blur on this platform.
if (!blur) return;
if (!room || videoTrackPromise.current) return;
const update = async (): Promise<void> => {