mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
fix: 🚸 don't open server info on ticker on note sub
Signed-off-by: limepotato <limepot@protonmail.ch>
This commit is contained in:
parent
5281f30287
commit
6b28126fce
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
|||
<div class="main">
|
||||
<div class="header-container">
|
||||
<MkAvatar class="avatar" :user="appearNote.user" />
|
||||
<XNoteHeader class="header" :note="appearNote" />
|
||||
<XNoteHeader class="header" :note="appearNote" :can-open-server-info="true" />
|
||||
</div>
|
||||
<div class="body">
|
||||
<MkSubNoteContent
|
||||
|
|
Loading…
Reference in a new issue