@saooti/octopus-sdk 31.0.39 → 31.0.40

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/README.md CHANGED
@@ -629,4 +629,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
629
629
  * 31.0.37 Continuation améliorations
630
630
  * 31.0.38 Changement reponsive topbar
631
631
  * 31.0.39 Erreur refactor
632
+ * 31.0.40 Erreur locale
632
633
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "31.0.39",
3
+ "version": "31.0.40",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -4,7 +4,7 @@
4
4
  v-if="loaded && !error"
5
5
  >
6
6
  <h1 v-if="!pageParameters.lightStyle">
7
- titleDisplay{{ titleDisplay }}
7
+ {{ titleDisplay }}
8
8
  </h1>
9
9
  <div
10
10
  class="d-flex flex-column align-items-center mb-3"