From d64d34b2efca66b7abc1b5f33a9a29f5291f6164 Mon Sep 17 00:00:00 2001 From: Natty Date: Wed, 28 Feb 2024 02:22:45 +0100 Subject: [PATCH] Fixed the renotes tab in note view --- fe_calckey/frontend/client/src/components/MagNoteDetailed.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe_calckey/frontend/client/src/components/MagNoteDetailed.vue b/fe_calckey/frontend/client/src/components/MagNoteDetailed.vue index 7a8594c..3ab2575 100644 --- a/fe_calckey/frontend/client/src/components/MagNoteDetailed.vue +++ b/fe_calckey/frontend/client/src/components/MagNoteDetailed.vue @@ -390,7 +390,7 @@ os.api("notes/clips", { // const pagingComponent = $ref>(); function loadTab() { - if (tab === "renotes" && !renotes) { + if (tab === "renotes" && !renotes.value) { os.api("notes/renotes", { noteId: appearNote.id, limit: 100,