fix interactions page
This commit is contained in:
parent
8d623ab1ea
commit
d3d219f15d
@ -65,8 +65,7 @@ const Notifications = {
|
|||||||
},
|
},
|
||||||
noHeading () {
|
noHeading () {
|
||||||
const { layoutType } = this.$store.state.interface
|
const { layoutType } = this.$store.state.interface
|
||||||
console.log(layoutType)
|
return this.minimalMode || layoutType === 'mobile'
|
||||||
return layoutType === 'mobile'
|
|
||||||
},
|
},
|
||||||
teleportTarget () {
|
teleportTarget () {
|
||||||
const { layoutType } = this.$store.state.interface
|
const { layoutType } = this.$store.state.interface
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<teleport :to="teleportTarget">
|
<teleport :disabled="minimalMode" :to="teleportTarget">
|
||||||
<div
|
<div
|
||||||
:class="{ minimal: minimalMode }"
|
:class="{ minimal: minimalMode }"
|
||||||
class="Notifications"
|
class="Notifications"
|
||||||
|
Loading…
Reference in New Issue
Block a user