ywana-core8 0.1.35 → 0.1.37

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.umd.js CHANGED
@@ -2594,7 +2594,8 @@
2594
2594
  }
2595
2595
  };
2596
2596
  var site = React.useContext(SiteContext);
2597
- var user = props.user,
2597
+ var _props$user = props.user,
2598
+ user = _props$user === void 0 ? {} : _props$user,
2598
2599
  _props$icon = props.icon,
2599
2600
  icon = _props$icon === void 0 ? false : _props$icon,
2600
2601
  _props$label = props.label,