mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix linting
This commit is contained in:
parent
a1b6576162
commit
e33091b814
@ -1,11 +1,12 @@
|
||||
<template>
|
||||
<filter-menu-section
|
||||
<filter-menu-section
|
||||
:title="$t('filter-menu.following-title')"
|
||||
:divider="false"
|
||||
class="following-filter">
|
||||
:divider="false"
|
||||
class="following-filter"
|
||||
>
|
||||
<template #filter-follower>
|
||||
<li class="item follower-item">
|
||||
<base-button
|
||||
<base-button
|
||||
icon="user-plus"
|
||||
:label="$t('filter-menu.following')"
|
||||
:filled="filteredByUsersFollowed"
|
||||
@ -33,13 +34,11 @@
|
||||
<script>
|
||||
import { mapGetters, mapMutations } from 'vuex'
|
||||
import FilterMenuSection from '~/components/FilterMenu/FilterMenuSection'
|
||||
import LabeledButton from '~/components/_new/generic/LabeledButton/LabeledButton'
|
||||
|
||||
export default {
|
||||
name: 'FollowingFilter',
|
||||
components: {
|
||||
FilterMenuSection,
|
||||
LabeledButton,
|
||||
},
|
||||
computed: {
|
||||
...mapGetters({
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
class="following-filter"
|
||||
>
|
||||
<template #filter-follower>
|
||||
<li class="item all-item">
|
||||
<li class="item all-item">
|
||||
<base-button
|
||||
icon="check"
|
||||
:label="$t('filter-menu.all')"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user