luna-one 3.1.527 → 3.1.528
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.
|
@@ -237,7 +237,7 @@ var MobileNav = function MobileNav(props) {
|
|
|
237
237
|
userProfile: userProfile,
|
|
238
238
|
logout: logout,
|
|
239
239
|
authLabels: authLabels
|
|
240
|
-
})), (sectorFlyoutData === null || sectorFlyoutData === void 0 ? void 0 : sectorFlyoutData.
|
|
240
|
+
})), (sectorFlyoutData === null || sectorFlyoutData === void 0 ? void 0 : sectorFlyoutData.login) && /*#__PURE__*/_react["default"].createElement("section", {
|
|
241
241
|
className: "ter-mobile-mega-menu ".concat(isOpen !== null ? "ter-mobile-mega-menu--inactive" : ""),
|
|
242
242
|
onClick: function onClick() {
|
|
243
243
|
return handleSectorFlyoutDeployed();
|
|
@@ -253,7 +253,7 @@ var MobileNav = function MobileNav(props) {
|
|
|
253
253
|
className: "ter-mobile-menu__caret ter-mobile-menu__caret--down",
|
|
254
254
|
src: _downCaretDarkBlue["default"],
|
|
255
255
|
alt: "caret icon"
|
|
256
|
-
}))), (sectorFlyoutData === null || sectorFlyoutData === void 0 ? void 0 : sectorFlyoutData.
|
|
256
|
+
}))), (sectorFlyoutData === null || sectorFlyoutData === void 0 ? void 0 : sectorFlyoutData.authenticated) && /*#__PURE__*/_react["default"].createElement(MobileDashboardMenu, {
|
|
257
257
|
text: myDashboardLabel,
|
|
258
258
|
links: waffleMenu === null || waffleMenu === void 0 ? void 0 : waffleMenu.links,
|
|
259
259
|
cta: waffleMenu === null || waffleMenu === void 0 ? void 0 : waffleMenu.cta,
|