@bigbinary/neeto-molecules 1.7.1 → 1.7.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.
- package/dist/FloatingActionMenu.js +1 -1
- package/dist/FloatingActionMenu.js.map +1 -1
- package/dist/Sidebar.js +3 -1
- package/dist/Sidebar.js.map +1 -1
- package/dist/cjs/FloatingActionMenu.js +1 -1
- package/dist/cjs/FloatingActionMenu.js.map +1 -1
- package/dist/cjs/Sidebar.js +3 -1
- package/dist/cjs/Sidebar.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/en.json +1 -1
|
@@ -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),
|