awing-library 2.1.46-beta → 2.1.47-beta

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.
@@ -27,7 +27,6 @@ var HeaderInfo = function (props) {
27
27
  }
28
28
  else {
29
29
  // Chuyển đến trang tương ứng
30
- // console.log('value : =============HeaderInfo========:>', value) // Quandx
31
30
  navigate("".concat(value));
32
31
  }
33
32
  };
@@ -110,7 +110,7 @@ var NotificationDetail = function () {
110
110
  }
111
111
  }, []);
112
112
  var handleValueFilter = function (textSearch, tabs) {
113
- setCount(-1);
113
+ textSearch.length === 0 ? setCount(0) : setCount(-1);
114
114
  setNotificationMessage([]);
115
115
  setValueFilter({
116
116
  textSearch: textSearch,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awing-library",
3
- "version": "2.1.46-beta",
3
+ "version": "2.1.47-beta",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",