fix: redundant )
This commit is contained in:
parent
811254e6a9
commit
6c2dc483a2
@ -179,9 +179,7 @@ const relativeToOptions = {
|
||||
[REMINDER_PERIOD_RELATIVE_TO_TYPES.ENDDATE]: t('task.attributes.endDate'),
|
||||
} as const
|
||||
|
||||
const relativeTo = computed(() => relativeToOptions[periodInput.relativeTo]))
|
||||
|
||||
|
||||
const relativeTo = computed(() => relativeToOptions[periodInput.relativeTo])
|
||||
|
||||
function formatRelativeTo(relativeTo: IReminderPeriodRelativeTo | null): string | null {
|
||||
switch (relativeTo) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user