mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
chore: 🎨 format
This commit is contained in:
parent
1af054748f
commit
7904fcbeab
2 changed files with 7 additions and 3 deletions
|
@ -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 a new issue