Remove timeout defer hack in favor of refactored hook

This commit is contained in:
0x464e 2026-03-25 00:54:28 +02:00
parent da877214d5
commit 025018dd98
No known key found for this signature in database
GPG Key ID: E6D221DF6CBFBFFA

View File

@ -272,7 +272,6 @@ export default function Events() {
...reviewFilter,
...getReviewDayBounds(new Date(reviewLink.timestamp * 1000)),
});
globalThis.setTimeout(() => {
setRecording(
{
camera: reviewLink.camera,
@ -284,7 +283,6 @@ export default function Events() {
},
true,
);
}, 0);
return true;
});