refactor: cleanup

This commit is contained in:
zhom
2026-05-05 22:33:43 +04:00
parent 904dda2bad
commit 34450ad06b
29 changed files with 1312 additions and 369 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ export function usePermissions(): UsePermissionsReturn {
intervalRef.current = setInterval(() => {
void checkPermissions();
}, 500);
}, 5000);
return () => {
if (intervalRef.current) {