@eturnity/eturnity_reusable_components 1.1.20 → 1.1.21

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.1.20",
3
+ "version": "1.1.21",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -304,7 +304,7 @@ export default {
304
304
  let unit = this.showLinearUnitName ? "" : this.unitName
305
305
  return input + " " + unit
306
306
  } else if (!value) {
307
- return null
307
+ return ""
308
308
  } else {
309
309
  return numberToString({
310
310
  value: value,