@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.
@@ -1696,7 +1696,7 @@ var ProfileButton = function ProfileButton(_ref) {
1696
1696
  }),
1697
1697
  data = _useFetchNeetoApps.data;
1698
1698
  var profileInfo = getProfileInfo(profileInfoOverrides);
1699
- var newTopLinks = [].concat(_toConsumableArray(getDefaultTopLinks(data === null || data === void 0 ? void 0 : data.isOwner)), _toConsumableArray(topLinks));
1699
+ var newTopLinks = globalProps.appName !== "neetoAuth" ? [].concat(_toConsumableArray(getDefaultTopLinks(data === null || data === void 0 ? void 0 : data.isOwner)), _toConsumableArray(topLinks)) : topLinks;
1700
1700
  var newBottomLinks = [].concat(_toConsumableArray(getDefaultBottomLinks()), _toConsumableArray(bottomLinks));
1701
1701
  var _useState = useState(null),
1702
1702
  _useState2 = _slicedToArray(_useState, 2),