warning fix
This commit is contained in:
@@ -310,7 +310,7 @@ export default function SettingsPage() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
// @ts-ignore — intentionally unused, reminder is disabled (coming soon)
|
||||||
const handleReminderToggle = async () => {
|
const handleReminderToggle = async () => {
|
||||||
if (!user || !userId) return
|
if (!user || !userId) return
|
||||||
if (!reminderTime) {
|
if (!reminderTime) {
|
||||||
|
|||||||
Reference in New Issue
Block a user