This commit is contained in:
2026-04-14 14:56:04 +05:30
parent 07a72d6c9f
commit 7d60fe4634

View File

@@ -310,6 +310,7 @@ export default function SettingsPage() {
}
}
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const handleReminderToggle = async () => {
if (!user || !userId) return
if (!reminderTime) {