mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fixed linting
This commit is contained in:
parent
c9f51ffca9
commit
daaff73c73
@ -38,7 +38,7 @@ import FilterMenuSection from '~/components/FilterMenu/FilterMenuSection'
|
||||
export default {
|
||||
name: 'EventsByFilter',
|
||||
components: {
|
||||
FilterMenuSection
|
||||
FilterMenuSection,
|
||||
},
|
||||
computed: {
|
||||
...mapGetters({
|
||||
|
||||
@ -38,7 +38,7 @@ import FilterMenuSection from '~/components/FilterMenu/FilterMenuSection'
|
||||
export default {
|
||||
name: 'OrderByFilter',
|
||||
components: {
|
||||
FilterMenuSection
|
||||
FilterMenuSection,
|
||||
},
|
||||
computed: {
|
||||
...mapGetters({
|
||||
|
||||
@ -63,7 +63,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.post-type-filter {
|
||||
.post-type-filter {
|
||||
& .item {
|
||||
margin-right: $space-base;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user