@eturnity/eturnity_reusable_components 1.2.19-EPDM-5310.12 → 1.2.19-EPDM-5310.13

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": "@eturnity/eturnity_reusable_components",
3
- "version": "1.2.19-EPDM-5310.12",
3
+ "version": "1.2.19-EPDM-5310.13",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -351,7 +351,7 @@ export default {
351
351
  numberPrecision: this.numberPrecision
352
352
  })
353
353
  : adjustedMinValue
354
- let unit = this.showLinearUnitName ? '' : this.unitName
354
+ let unit = this.showLinearUnitName ? ' ' : this.unitName
355
355
  return input + ' ' + unit
356
356
  } else if (!adjustedMinValue && adjustedMinValue !== 0) {
357
357
  return ''