venus-design 0.9.2 → 0.9.3

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.
@@ -317,7 +317,7 @@ export default /*#__PURE__*/React.forwardRef(function (props, ref) {
317
317
  };
318
318
  });
319
319
  useEffect(function () {
320
- if (userdata && (userdata === null || userdata === void 0 ? void 0 : userdata.length) > 0) {
320
+ if (userdata) {
321
321
  setVisible(true);
322
322
  }
323
323
  }, [userdata]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "venus-design",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "description": "venus all compoments",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",