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