fix(client): Do not expand each notes in my/messages

This commit is contained in:
syuilo 2020-05-10 16:52:05 +09:00
parent 677f06961a
commit 9784ade84f

View file

@ -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>