diff --git a/src/components/LeftMenu.vue b/src/components/LeftMenu.vue index 0601fa7f3a..6196c636a6 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', }); -}; +} -