From 32aa87ac9ec3e215a3ef7df3ee2c026b566f4529 Mon Sep 17 00:00:00 2001 From: kozakura913 <98575220+kozakura913@users.noreply.github.com> Date: Fri, 20 Dec 2024 18:44:52 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=8E=E3=83=BC=E3=83=88=E8=A9=B3=E7=B4=B0?= =?UTF-8?q?=E3=81=8C=E9=96=8B=E3=81=91=E3=81=AA=E3=81=84=E5=A0=B4=E5=90=88?= =?UTF-8?q?=E3=81=8C=E3=81=82=E3=82=8B=E4=B8=8D=E5=85=B7=E5=90=88=E3=81=AE?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20(#576)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/components/MkNoteDetailed.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/packages/frontend/src/components/MkNoteDetailed.vue b/packages/frontend/src/components/MkNoteDetailed.vue index e4ac8ad9e1..3b1cc081ce 100644 --- a/packages/frontend/src/components/MkNoteDetailed.vue +++ b/packages/frontend/src/components/MkNoteDetailed.vue @@ -175,7 +175,7 @@ SPDX-License-Identifier: AGPL-3.0-only - {{ number(appearNote.repliesCount) }} + {{ Number(appearNote.repliesCount) }} @@ -192,7 +192,7 @@ SPDX-License-Identifier: AGPL-3.0-only @click.stop="defaultStore.state.renoteQuoteButtonSeparation && ((!defaultStore.state.renoteVisibilitySelection && !appearNote.channel) || (appearNote.channel && !appearNote.channel.allowRenoteToExternal) || appearNote.visibility === 'followers') ? renoteOnly() : renote()" > - {{ number(appearNote.renoteCount) }} + {{ Number(appearNote.renoteCount) }} @@ -206,7 +206,7 @@ SPDX-License-Identifier: AGPL-3.0-only - {{ number(appearNote.reactionCount) }} + {{ Number(appearNote.reactionCount) }} @@ -306,13 +306,13 @@ SPDX-License-Identifier: AGPL-3.0-only
{{ number(appearNote.repliesCount) }}
{{ Number(appearNote.repliesCount) }}
{{ number(appearNote.renoteCount) }}
{{ Number(appearNote.renoteCount) }}
{{ number(appearNote.reactionCount) }}
{{ Number(appearNote.reactionCount) }}