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",