mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 02:10:40 +01:00
chore(deps): migrate to eslint 9 (#2443)
This commit is contained in:
@@ -50,7 +50,7 @@ const dates = computed(() => {
|
||||
|
||||
const days = eachDayOfInterval({ start: new Date(first.published_at), end: new Date() })
|
||||
|
||||
return days.reverse().map(day => {
|
||||
return days.reverse().map((day) => {
|
||||
return {
|
||||
day,
|
||||
release: releases.value.find(release => isSameDay(new Date(release.published_at), day)),
|
||||
|
||||
Reference in New Issue
Block a user