summaryrefslogtreecommitdiff
path: root/packages/client/src/ui/_common_
diff options
context:
space:
mode:
authorJohann150 <johann.galle@protonmail.com>2022-06-10 07:36:55 +0200
committerGitHub <noreply@github.com>2022-06-10 14:36:55 +0900
commit5e29528ad4d75174b4a8ebd462f0ff830c5b1c43 (patch)
tree72a1d0a6532bf5b0c74f289f2dc772b0f8090cfa /packages/client/src/ui/_common_
parentenhance(federation): use ActivityPub defined property in favour of proprietar... (diff)
downloadmisskey-5e29528ad4d75174b4a8ebd462f0ff830c5b1c43.tar.gz
misskey-5e29528ad4d75174b4a8ebd462f0ff830c5b1c43.tar.bz2
misskey-5e29528ad4d75174b4a8ebd462f0ff830c5b1c43.zip
chore: fix some lints automatically (#8788)
* chore: fix some lints automatically Fixed lints that were automatically fixable with `eslint --fix`. * fix type * workaround for empty interface lint
Diffstat (limited to 'packages/client/src/ui/_common_')
-rw-r--r--packages/client/src/ui/_common_/sidebar-for-mobile.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/ui/_common_/sidebar-for-mobile.vue b/packages/client/src/ui/_common_/sidebar-for-mobile.vue
index 064a63bf29..41d0837233 100644
--- a/packages/client/src/ui/_common_/sidebar-for-mobile.vue
+++ b/packages/client/src/ui/_common_/sidebar-for-mobile.vue
@@ -61,7 +61,7 @@ export default defineComponent({
otherMenuItemIndicated,
post: os.post,
search,
- openAccountMenu:(ev) => {
+ openAccountMenu: (ev) => {
openAccountMenu({
withExtraOperation: true,
}, ev);