chore: remove unused comment
This commit is contained in:
parent
aacd0a1331
commit
ad2644edf8
1 changed files with 0 additions and 1 deletions
|
@ -321,7 +321,6 @@ async function updateSettings() {
|
||||||
const reminderSettings = getSavedReminderSettings()
|
const reminderSettings = getSavedReminderSettings()
|
||||||
|
|
||||||
const defaultReminderEnabled = ref<boolean>(reminderSettings?.enabled || false)
|
const defaultReminderEnabled = ref<boolean>(reminderSettings?.enabled || false)
|
||||||
// TODO: re-populate amount and type
|
|
||||||
const defaultReminderAmount = ref(reminderSettings?.amount || 1)
|
const defaultReminderAmount = ref(reminderSettings?.amount || 1)
|
||||||
const defaultReminderAmountType = ref(reminderSettings?.type || 'days')
|
const defaultReminderAmountType = ref(reminderSettings?.type || 'days')
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue