sag_components 1.0.202 → 1.0.203

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.
@@ -72,7 +72,7 @@ var TotalBenchmark = function TotalBenchmark(_ref) {
72
72
  }, dotCut ? (0, _CommonFunctions.getFormattedValue)(item.value) : (0, _CommonFunctions.getNumberWithCommas)(item.value), dotCut ? (0, _CommonFunctions.getFormattedUnits)(item.value) : ""), /*#__PURE__*/_react.default.createElement(_TotalBenchmarkStyle.BenchmarkContainer, {
73
73
  id: "BenchmarkContainer",
74
74
  width: width
75
- }, item.totalValue && /*#__PURE__*/_react.default.createElement(_Benchmark.Benchmark, {
75
+ }, item.totalValue ? /*#__PURE__*/_react.default.createElement(_Benchmark.Benchmark, {
76
76
  id: "Benchmark",
77
77
  totalValue: item.totalValue,
78
78
  currentValue: item.value,
@@ -84,7 +84,7 @@ var TotalBenchmark = function TotalBenchmark(_ref) {
84
84
  linearGradientUnderAvarageColor: "#FDB1B1",
85
85
  underAvarageColor: "#FD5959",
86
86
  backgroundColor: "#F2F2F2"
87
- })))));
87
+ }) : ""))));
88
88
  }) : /*#__PURE__*/_react.default.createElement(_NoDataFoundMessage.NoDataFoundMessage, {
89
89
  noDataText: noDataText
90
90
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.202",
3
+ "version": "1.0.203",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {