From bb0337afbd7b8ecf40405b7f12a4cdf174b9a267 Mon Sep 17 00:00:00 2001 From: Freeplay <Freeplay@duck.com> Date: Sun, 15 Jan 2023 14:01:05 -0500 Subject: [PATCH] Don't take me to the above reply when clicking on the post Why was it like this??? --- packages/client/src/components/MkNoteSub.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/components/MkNoteSub.vue b/packages/client/src/components/MkNoteSub.vue index 44eab8e20..3a394937f 100644 --- a/packages/client/src/components/MkNoteSub.vue +++ b/packages/client/src/components/MkNoteSub.vue @@ -1,6 +1,6 @@ <template> <div v-size="{ max: [450] }" class="wrpstxzv" :class="{ children: depth > 1 }"> - <div class="main" @click="router.push(notePage(note.reply))"> + <div class="main" @click="router.push(notePage(note))"> <div class="avatar-container"> <MkAvatar class="avatar" :user="note.user"/> <div class="line"></div>