@bigbinary/neeto-tags-frontend 0.0.34 → 0.0.35

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/dist/index.js CHANGED
@@ -3577,7 +3577,7 @@ var COMMON_COLUMNS = [{
3577
3577
  dataIndex: "description",
3578
3578
  key: "description",
3579
3579
  render: function render(description) {
3580
- return description || "--";
3580
+ return description || "-";
3581
3581
  },
3582
3582
  width: "40%"
3583
3583
  }];