From 934805a0c7627732fbe1c2b99eb6a1ba884d2a5c Mon Sep 17 00:00:00 2001 From: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:21:19 +0000 Subject: [PATCH] chore(nc-gui): lint --- packages/nc-gui/pages/account/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nc-gui/pages/account/index.vue b/packages/nc-gui/pages/account/index.vue index c3bcbed677..c5794cb785 100644 --- a/packages/nc-gui/pages/account/index.vue +++ b/packages/nc-gui/pages/account/index.vue @@ -65,7 +65,7 @@ const logout = async () => { @click="navigateTo('/account/profile')" >
- +
{{ $t('labels.profile') }}
@@ -102,7 +102,7 @@ const logout = async () => {