logitude-dashboard-library 3.1.103 → 3.1.105
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1783,7 +1783,7 @@ var TableChart = function TableChart(props) {
|
|
|
1783
1783
|
return !isNullOrUndefined(columnValue) ? getNumberInSystemLocalFormat(Number(columnValue), decimalPlaces, decimalPlaces, true, isAbbreviationApplied) : "";
|
|
1784
1784
|
}
|
|
1785
1785
|
|
|
1786
|
-
return
|
|
1786
|
+
return columnValue;
|
|
1787
1787
|
};
|
|
1788
1788
|
|
|
1789
1789
|
var cellTemplateBody = function cellTemplateBody(data, column) {
|