From 5dc79df091f19fc078d97b2fcee438322ca213d3 Mon Sep 17 00:00:00 2001 From: patak Date: Tue, 22 Nov 2022 10:48:43 +0100 Subject: [PATCH] feat: follow actions on profile (#23) --- 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 5fa3c9c6..f3d2e54c 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 f149dbb9..9263c86e 100644 --- a/components/account/AccountHeader.vue +++ b/components/account/AccountHeader.vue @@ -1,10 +1,28 @@