From 87bc9848929c3f9e9014cd8ae1a31b494ae5edd2 Mon Sep 17 00:00:00 2001 From: survellow <59056368+survellow@users.noreply.github.com> Date: Thu, 15 Aug 2024 00:06:36 +0200 Subject: [PATCH] fix:#17 yes my linter works again... (wrong npm version) --- 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 c2dd0a8..1e955e4 100644 --- a/frontend/src/components/CalendarLink.vue +++ b/frontend/src/components/CalendarLink.vue @@ -119,7 +119,7 @@ const shareLink = () => { }; const actions = computed(() => { - let actionList = [ + const actionList = [ { label: t("calendarLink.copyToClipboard"), icon: "pi pi-copy",