chore: rename el
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2022-02-06 23:08:34 +01:00
parent a22792a4b4
commit 7cd89b7bf1
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ function setDateRange(range: string[] | null) {
}
const customRangeActive = computed<boolean>(() => {
return !Object.values(DATE_RANGES).some(el => from.value === el[0] && to.value === el[1])
return !Object.values(DATE_RANGES).some(range => from.value === range[0] && to.value === range[1])
})
const buttonText = computed<string>(() => {