diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-07 14:37:16 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-07 14:37:16 +0300 |
| commit | d3d219f15d4bac88f58d4fd0fed6f798b81cca82 (patch) | |
| tree | 6cf36f274292950ab7f192b19a941cd9f9cabe9a /src/components/notifications/notifications.js | |
| parent | 8d623ab1ea098b107c8aa22f01a410066f6b0d60 (diff) | |
fix interactions page
Diffstat (limited to 'src/components/notifications/notifications.js')
| -rw-r--r-- | src/components/notifications/notifications.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/notifications/notifications.js b/src/components/notifications/notifications.js index 2bb8a1d1..fb2579a5 100644 --- a/src/components/notifications/notifications.js +++ b/src/components/notifications/notifications.js @@ -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 |
