From 2e4187b53db48a5f5ae91ebcab553e6c488f6569 Mon Sep 17 00:00:00 2001 From: survellow <59056368+survellow@users.noreply.github.com> Date: Thu, 15 Aug 2024 00:02:47 +0200 Subject: [PATCH] fix:17 linter error let instead of var --- frontend/src/components/CalendarLink.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/CalendarLink.vue b/frontend/src/components/CalendarLink.vue index 6ab90c4..c2dd0a8 100644 --- a/frontend/src/components/CalendarLink.vue +++ b/frontend/src/components/CalendarLink.vue @@ -119,7 +119,7 @@ const shareLink = () => { }; const actions = computed(() => { - var actionList = [ + let actionList = [ { label: t("calendarLink.copyToClipboard"), icon: "pi pi-copy",