diff --git a/packages/frontend/src/components/MkNote.vue b/packages/frontend/src/components/MkNote.vue index 630beabb3..1561a5446 100644 --- a/packages/frontend/src/components/MkNote.vue +++ b/packages/frontend/src/components/MkNote.vue @@ -15,7 +15,7 @@ SPDX-License-Identifier: AGPL-3.0-only >
- +
{{ i18n.ts.pinnedNote }}
@@ -48,7 +48,7 @@ SPDX-License-Identifier: AGPL-3.0-only
- +
@@ -284,7 +284,6 @@ const reactButton = shallowRef(); const clipButton = shallowRef(); const likeButton = shallowRef(); const appearNote = computed(() => spacingNote(getAppearNote(note.value))); -const noteSummary = computed(() => getNoteSummary(appearNote.value)); const galleryEl = shallowRef>(); const isMyRenote = $i && ($i.id === note.value.userId); const showContent = ref(false);