Fixed the renotes tab in note view
ci/woodpecker/push/ociImagePush Pipeline is running Details

This commit is contained in:
Natty 2024-02-28 02:22:45 +01:00
parent 169e85dead
commit d64d34b2ef
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ os.api("notes/clips", {
// const pagingComponent = $ref<InstanceType<typeof MkPagination>>();
function loadTab() {
if (tab === "renotes" && !renotes) {
if (tab === "renotes" && !renotes.value) {
os.api("notes/renotes", {
noteId: appearNote.id,
limit: 100,