Skip to content
Snippets Groups Projects
Commit ab50da5f authored by Timothee P's avatar Timothee P :sunflower:
Browse files

hide sidebar layer if online

parent 9e584734
No related branches found
No related tags found
2 merge requests!424version 3.1.0,!306REDMINE_ISSUE-13263|REDMINE_ISSUE-13277
<template>
<div :class="['sidebar-container', { expanded }]">
<div
v-if="isOnline"
:class="['sidebar-container', { expanded }]"
>
<!-- <div class="sidebar-layers"></div> -->
<div
class="layers-icon"
......@@ -132,7 +135,12 @@ export default {
},
computed: {
...mapState('map', ['availableLayers']),
...mapState([
'isOnline',
]),
...mapState('map', [
'availableLayers'
]),
},
mounted() {
......
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