@bildvitta/quasar-ui-asteroid 3.17.0-beta.29 → 3.17.0-beta.30

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@bildvitta/quasar-ui-asteroid",
3
3
  "description": "Asteroid",
4
- "version": "3.17.0-beta.29",
4
+ "version": "3.17.0-beta.30",
5
5
  "author": "Bild & Vitta <systemteam@bild.com.br>",
6
6
  "license": "MIT",
7
7
  "main": "dist/asteroid.cjs.min.js",
@@ -342,7 +342,7 @@ function useChatMenu () {
342
342
  Gleap.identify(uuid, {
343
343
  name,
344
344
  email,
345
- phone: `+${callingCode || '55'}${phone}`,
345
+ phone: `${callingCode || '55'}${phone}`,
346
346
  companyId,
347
347
  companyName
348
348
  })