@3sc/common-component 0.0.4 → 0.0.5

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.
@@ -119,7 +119,9 @@ const AlertBody = _ref => {
119
119
  start: page * rowPerPage - rowPerPage + 1,
120
120
  end: page * rowPerPage > total ? total : page * rowPerPage,
121
121
  total: total
122
- })), newData.map((item, index) => {
122
+ })), newData.length === 0 && /*#__PURE__*/_react.default.createElement(_material.Typography, {
123
+ className: "no-record"
124
+ }, _ErrorMsg.default.NRF), newData.map((item, index) => {
123
125
  return /*#__PURE__*/_react.default.createElement(_card.default, {
124
126
  key: index,
125
127
  isCheckBox: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3sc/common-component",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "keywords": [
5
5
  "react",
6
6
  "components",