mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 11:57:34 -07:00
fix(client): Do not expand each notes in my/messages
This commit is contained in:
parent
41544b1df9
commit
2645235885
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<div>
|
||||
<portal to="icon"><fa :icon="faEnvelope"/></portal>
|
||||
<portal to="title">{{ $t('directNotes') }}</portal>
|
||||
<x-notes :pagination="pagination" :detail="true" @before="before()" @after="after()"/>
|
||||
<x-notes :pagination="pagination" @before="before()" @after="after()"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in a new issue