mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	fix(frontend): 返信ではないノートの詳細ページが見れない(2023.9.0-beta.6)
This commit is contained in:
		
							parent
							
								
									3d61ca818b
								
							
						
					
					
						commit
						a2d58d9f48
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -11,7 +11,7 @@ SPDX-License-Identifier: AGPL-3.0-only
 | 
				
			||||||
	v-hotkey="keymap"
 | 
						v-hotkey="keymap"
 | 
				
			||||||
	:class="$style.root"
 | 
						:class="$style.root"
 | 
				
			||||||
>
 | 
					>
 | 
				
			||||||
	<div v-if="appearNote.reply.replyId">
 | 
						<div v-if="appearNote.reply && appearNote.reply.replyId">
 | 
				
			||||||
		<div v-if="!conversationLoaded" style="padding: 16px">
 | 
							<div v-if="!conversationLoaded" style="padding: 16px">
 | 
				
			||||||
			<MkButton style="margin: 0 auto;" primary rounded @click="loadConversation">{{ i18n.ts.loadConversation }}</MkButton>
 | 
								<MkButton style="margin: 0 auto;" primary rounded @click="loadConversation">{{ i18n.ts.loadConversation }}</MkButton>
 | 
				
			||||||
		</div>
 | 
							</div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue