@saooti/octopus-sdk 41.0.9 → 41.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "41.0.9",
3
+ "version": "41.0.10",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -68,7 +68,7 @@ const displayUserContent = computed(() =>{
68
68
  if(isAuthenticatedWithOrga.value){
69
69
  return 500>=windowWidth.value;
70
70
  }
71
- return props.show && !props.inContentDisplayPage;
71
+ return props.show;
72
72
  });
73
73
  const routerLinkArray = computed(() =>{
74
74
  return [
@@ -135,7 +135,6 @@
135
135
  <MobileMenu
136
136
  :is-education="generalStore.platformEducation"
137
137
  :show="mobileMenuDisplay"
138
- :inContentDisplayPage="inContentDisplayPage"
139
138
  :not-podcast-and-emission="inContentDisplayPage && !scrolled"
140
139
  />
141
140
  <HomeDropdown