📒 useAutoModeUnavailableNotification.ts

This commit is contained in:
nirholas
2026-03-31 10:23:33 +00:00
parent 11179a032f
commit 03c4a28ee5

View File

@@ -54,3 +54,4 @@ export function useAutoModeUnavailableNotification(): void {
})
}, [mode, isAutoModeAvailable, addNotification])
}