fix interactions page

This commit is contained in:
Henry Jameson 2022-04-07 14:37:16 +03:00
commit d3d219f15d
2 changed files with 2 additions and 3 deletions

View file

@ -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