From 10748340672dc12cc18e646410fbac2cd27e031b Mon Sep 17 00:00:00 2001 From: Hakadao Date: Mon, 8 Apr 2024 14:42:21 +0800 Subject: [PATCH] fix(ForYou): Fix issue with dislike functionality in ForYou.vue component --- .../views/Home/components/ForYou.vue | 40 +++++++++++++------ 1 file changed, 28 insertions(+), 12 deletions(-) diff --git a/src/contentScripts/views/Home/components/ForYou.vue b/src/contentScripts/views/Home/components/ForYou.vue index 16d35052..066667f9 100644 --- a/src/contentScripts/views/Home/components/ForYou.vue +++ b/src/contentScripts/views/Home/components/ForYou.vue @@ -1,6 +1,7 @@