@@ -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);