1
0
forked from mirror/misskey

Merge remote-tracking branch 'misskey-dev/develop' into develop

# Conflicts:
#	package.json
This commit is contained in:
mattyatea 2023-09-17 17:50:19 +09:00
commit 5698b115bb
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "2023.9.0-beta.6-mattyaski.2",
"version": "2023.9.0-beta.8",
"codename": "nasubi",
"repository": {
"type": "git",

View File

@ -11,7 +11,7 @@ SPDX-License-Identifier: AGPL-3.0-only
v-hotkey="keymap"
:class="$style.root"
>
<div v-if="appearNote.reply.replyId">
<div v-if="appearNote.reply && appearNote.reply.replyId">
<div v-if="!conversationLoaded" style="padding: 16px">
<MkButton style="margin: 0 auto;" primary rounded @click="loadConversation">{{ i18n.ts.loadConversation }}</MkButton>
</div>