From b10458e3a31fc93dbffd0473e41d9eaf17c2a0df Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 4 Mar 2024 21:40:35 +0200 Subject: lint --- src/components/user_profile/user_profile.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/components/user_profile/user_profile.vue') diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index 514776ca..0ade78cd 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -77,7 +77,10 @@ :label="$t('user_card.followees')" :disabled="!user.friends_count" > - + @@ -89,7 +92,10 @@ :label="$t('user_card.followers')" :disabled="!user.followers_count" > - +