Skip to content
Snippets Groups Projects
Commit d3d219f1 authored by HJ's avatar HJ :fire:
Browse files

fix interactions page

parent 8d623ab1
No related branches found
No related tags found
2 merge requests!1711Update stable - 2.5.0 release,!1503Layout refactoring + Three column mode
......@@ -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
......
<template>
<teleport :to="teleportTarget">
<teleport :disabled="minimalMode" :to="teleportTarget">
<div
:class="{ minimal: minimalMode }"
class="Notifications"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment