fix:17 linter error let instead of var

This commit is contained in:
survellow
2024-08-15 00:02:47 +02:00
parent ebbfb6b48e
commit 2e4187b53d

View File

@ -119,7 +119,7 @@ const shareLink = () => {
}; };
const actions = computed(() => { const actions = computed(() => {
var actionList = [ let actionList = [
{ {
label: t("calendarLink.copyToClipboard"), label: t("calendarLink.copyToClipboard"),
icon: "pi pi-copy", icon: "pi pi-copy",