lint
This commit is contained in:
parent
f31bec7ef8
commit
af734afe36
|
@ -4,9 +4,9 @@
|
|||
:to="teleportTarget"
|
||||
>
|
||||
<div
|
||||
ref="root"
|
||||
:class="{ minimal: minimalMode }"
|
||||
class="Notifications"
|
||||
ref="root"
|
||||
>
|
||||
<div :class="mainClass">
|
||||
<div
|
||||
|
|
|
@ -95,7 +95,7 @@ const Timeline = {
|
|||
return this.$store.getters.mergedConfig.virtualScrolling
|
||||
},
|
||||
...mapState({
|
||||
mobileLayout: state => state.interface.layoutType === 'mobile',
|
||||
mobileLayout: state => state.interface.layoutType === 'mobile'
|
||||
})
|
||||
},
|
||||
created () {
|
||||
|
|
Loading…
Reference in a new issue