chore: 🎨 format

This commit is contained in:
ThatOneCalculator 2023-07-16 15:33:17 -07:00
parent 6165a4b580
commit 2958655948
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,9 @@
<template> <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 <XReaction
v-for="(count, reaction) in note.reactions" v-for="(count, reaction) in note.reactions"
:key="reaction" :key="reaction"

View file

@ -267,8 +267,8 @@ export function getUserMenu(user, router: Router = mainRouter) {
text: i18n.ts.showOnRemote, text: i18n.ts.showOnRemote,
href: user.url, href: user.url,
target: "_blank", target: "_blank",
}
} : undefined, : undefined,
null, null,
{ {
icon: "ph-list-bullets ph-bold ph-lg", icon: "ph-list-bullets ph-bold ph-lg",