chore: 🎨 format
This commit is contained in:
parent
6165a4b580
commit
2958655948
@ -1,5 +1,9 @@
|
||||
<template>
|
||||
<div ref="reactionsEl" class="reactions-list swiper-no-swiping tdflqwzn" :class="{ isMe }">
|
||||
<div
|
||||
ref="reactionsEl"
|
||||
class="reactions-list swiper-no-swiping tdflqwzn"
|
||||
:class="{ isMe }"
|
||||
>
|
||||
<XReaction
|
||||
v-for="(count, reaction) in note.reactions"
|
||||
:key="reaction"
|
||||
|
@ -267,8 +267,8 @@ export function getUserMenu(user, router: Router = mainRouter) {
|
||||
text: i18n.ts.showOnRemote,
|
||||
href: user.url,
|
||||
target: "_blank",
|
||||
|
||||
} : undefined,
|
||||
}
|
||||
: undefined,
|
||||
null,
|
||||
{
|
||||
icon: "ph-list-bullets ph-bold ph-lg",
|
||||
|
Loading…
Reference in New Issue
Block a user