@royaloperahouse/harmonic 0.1.8-j → 0.1.8-k

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.
@@ -5896,7 +5896,8 @@ var Navigation = function Navigation(_ref) {
5896
5896
  menuData = _ref.menuData,
5897
5897
  onSearch = _ref.onSearch,
5898
5898
  onLink = _ref.onLink,
5899
- crest = _ref.crest,
5899
+ _ref$crest = _ref.crest,
5900
+ crest = _ref$crest === void 0 ? true : _ref$crest,
5900
5901
  className = _ref.className;
5901
5902
  var _useState = useState(dataNavTop),
5902
5903
  navTopData = _useState[0],