mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 08:33:09 +02:00
parent
f748c9144c
commit
d2ae80dd21
1 changed files with 6 additions and 4 deletions
|
@ -158,11 +158,13 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
<span style="margin-left: 4px;">{{ appearNote.reactions[reaction] }}</span>
|
<span style="margin-left: 4px;">{{ appearNote.reactions[reaction] }}</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<MkPagination :pagination="reactionsPagination">
|
<MkPagination v-if="reactionTabType" :key="reactionTabType" :pagination="reactionsPagination">
|
||||||
<template #default="{ items }">
|
<template #default="{ items }">
|
||||||
<MkA v-for="item in items" :key="item.id" :to="userPage(item.user)">
|
<div class="_gaps_s">
|
||||||
<MkUserCardMini :user="item.user" :withChart="false"/>
|
<MkA v-for="item in items" :key="item.id" :to="userPage(item.user)">
|
||||||
</MkA>
|
<MkUserCardMini :user="item.user" :withChart="false"/>
|
||||||
|
</MkA>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</MkPagination>
|
</MkPagination>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue