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

Related #6336
This commit is contained in:
syuilo 2020-05-10 16:51:11 +09:00
parent 57c3ea3dbe
commit 677f06961a

View file

@ -2,7 +2,7 @@
<div>
<portal to="icon"><fa :icon="faAt"/></portal>
<portal to="title">{{ $t('mentions') }}</portal>
<x-notes :pagination="pagination" :detail="true" @before="before()" @after="after()"/>
<x-notes :pagination="pagination" @before="before()" @after="after()"/>
</div>
</template>