Skip to content

Commit

Permalink
hotfix sidebar in offline mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratatinator97 committed Jun 11, 2024
1 parent d7785c4 commit 60da219
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pages/pictalk/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<b-image style="aspect-ratio: 1/1" v-if="sidebarPictos.length == 0" class="emptyCollection2" lazy
alt="An empty cardboard box that represents an empty collection with no pictograms"
:srcset="require('@/assets/EmptyCollection3.png').srcSet" />
<pictoList :pictos="sidebarPictos" :sidebar="true" v-if="isOnLine" />
<pictoList :pictos="sidebarPictos" :sidebar="true" />
</div>
</div>
<div class="contenant">
Expand All @@ -67,11 +67,6 @@ export default {
nuxtI18n: false,
layout: "pictalk",
mixins: [lang],
data: {
return: {
priority_timer: 0,
}
},
components: {
pictoList: pictoList,
pictoBar: pictoBar,
Expand Down Expand Up @@ -213,6 +208,7 @@ export default {
},
data() {
return {
priority_timer: 0,
isPicto: true,
sidebarExpanded: false,
sidebarPictos: [],
Expand Down

0 comments on commit 60da219

Please sign in to comment.