From 8b72e178d8c5236e982e02c351c29948dfc51c45 Mon Sep 17 00:00:00 2001 From: Rajat Dwivedi <113243168+rkmdCodes@users.noreply.github.com> Date: Mon, 23 Jan 2023 16:35:46 +0530 Subject: [PATCH] fix: #1348 Fixed the follow button movement UI (#1383) Co-authored-by: patak --- components/account/AccountHeader.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/account/AccountHeader.vue b/components/account/AccountHeader.vue index e2779d21..8cb40f83 100644 --- a/components/account/AccountHeader.vue +++ b/components/account/AccountHeader.vue @@ -109,7 +109,7 @@ const isNotifiedOnPost = $computed(() => !!relationship?.notifying)