fix interactions page

remove-mods
Henry Jameson 2 years ago
parent 8d623ab1ea
commit d3d219f15d

@ -65,8 +65,7 @@ const Notifications = {
},
noHeading () {
const { layoutType } = this.$store.state.interface
console.log(layoutType)
return layoutType === 'mobile'
return this.minimalMode || layoutType === 'mobile'
},
teleportTarget () {
const { layoutType } = this.$store.state.interface

@ -1,5 +1,5 @@
<template>
<teleport :to="teleportTarget">
<teleport :disabled="minimalMode" :to="teleportTarget">
<div
:class="{ minimal: minimalMode }"
class="Notifications"

Loading…
Cancel
Save