chore: remove unused comment

This commit is contained in:
kolaente 2022-09-30 13:32:01 +02:00
parent aacd0a1331
commit ad2644edf8
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 1 deletions

View File

@ -321,7 +321,6 @@ async function updateSettings() {
const reminderSettings = getSavedReminderSettings()
const defaultReminderEnabled = ref<boolean>(reminderSettings?.enabled || false)
// TODO: re-populate amount and type
const defaultReminderAmount = ref(reminderSettings?.amount || 1)
const defaultReminderAmountType = ref(reminderSettings?.type || 'days')
</script>