diff --git a/src/components/LeftMenu.vue b/src/components/LeftMenu.vue index 0601fa7f3..6196c636a 100644 --- a/src/components/LeftMenu.vue +++ b/src/components/LeftMenu.vue @@ -107,7 +107,7 @@ async function togglePinned(item, event) { message: t('globals.dataSaved'), type: 'positive', }); -}; +} -