@bigbinary/neeto-molecules 1.7.2 → 1.7.4

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.
@@ -1724,7 +1724,7 @@ var ProfileButton = function ProfileButton(_ref) {
1724
1724
  }),
1725
1725
  data = _useFetchNeetoApps.data;
1726
1726
  var profileInfo = getProfileInfo(profileInfoOverrides);
1727
- var newTopLinks = [].concat(_toConsumableArray(getDefaultTopLinks(data === null || data === void 0 ? void 0 : data.isOwner)), _toConsumableArray(topLinks));
1727
+ var newTopLinks = globalProps.appName !== "neetoAuth" ? [].concat(_toConsumableArray(getDefaultTopLinks(data === null || data === void 0 ? void 0 : data.isOwner)), _toConsumableArray(topLinks)) : topLinks;
1728
1728
  var newBottomLinks = [].concat(_toConsumableArray(getDefaultBottomLinks()), _toConsumableArray(bottomLinks));
1729
1729
  var _useState = React.useState(null),
1730
1730
  _useState2 = _slicedToArray(_useState, 2),