From b6210aeb2bbbd0d6330cda7aac978613e126c9fb Mon Sep 17 00:00:00 2001 From: patak Date: Tue, 22 Nov 2022 10:40:37 +0100 Subject: [PATCH] feat: follow actions on profile --- components/account/AccountCard.vue | 1 - components/account/AccountHeader.vue | 26 ++++++++++++++++++++++---- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/components/account/AccountCard.vue b/components/account/AccountCard.vue index 5fa3c9c6f8..f3d2e54cd9 100644 --- a/components/account/AccountCard.vue +++ b/components/account/AccountCard.vue @@ -27,7 +27,6 @@ function follow() {
-
diff --git a/components/account/AccountHeader.vue b/components/account/AccountHeader.vue index f149dbb9ea..9263c86e64 100644 --- a/components/account/AccountHeader.vue +++ b/components/account/AccountHeader.vue @@ -1,10 +1,28 @@