From cea2de6209cf01f91e2ec0c8228f58802028447b Mon Sep 17 00:00:00 2001 From: Mar0xy Date: Fri, 13 Oct 2023 21:44:10 +0200 Subject: [PATCH] fix rocket-launcher --- packages/frontend/src/components/MkNoteDetailed.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/frontend/src/components/MkNoteDetailed.vue b/packages/frontend/src/components/MkNoteDetailed.vue index 633b12aaa5..1479c8fbe2 100644 --- a/packages/frontend/src/components/MkNoteDetailed.vue +++ b/packages/frontend/src/components/MkNoteDetailed.vue @@ -277,7 +277,7 @@ const conversation = ref([]); const replies = ref([]); const canRenote = computed(() => ['public', 'home'].includes(appearNote.visibility) || appearNote.userId === $i.id); -if ($i){ +if ($i) { os.api("notes/renotes", { noteId: appearNote.id, userId: $i.id, @@ -349,7 +349,7 @@ function renote(viaKeyboard = false) { if (appearNote.channel) { items = items.concat([{ text: i18n.ts.inChannelRenote, - icon: 'ph-rocket-launcher ph-bold ph-lg', + icon: 'ph-rocket-launch ph-bold ph-lg', action: () => { const el = renoteButton.value as HTMLElement | null | undefined; if (el) {