ba-js-common-header 0.0.21 → 0.0.22
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.
|
@@ -23720,6 +23720,8 @@ function Notifications() {
|
|
|
23720
23720
|
}) => acc + items.length, 0));
|
|
23721
23721
|
}
|
|
23722
23722
|
}, [userLanguage, notifications]);
|
|
23723
|
+
if (notificationsLang)
|
|
23724
|
+
return null;
|
|
23723
23725
|
return /* @__PURE__ */ jsx(animated.div, {
|
|
23724
23726
|
className: cn("col-auto", "pe-lg-0", "order-lg-4", {
|
|
23725
23727
|
"hd-ringing": !notified
|
|
@@ -26920,7 +26922,7 @@ function Header(props) {
|
|
|
26920
26922
|
headerRef.current.scrollTop = 0;
|
|
26921
26923
|
}
|
|
26922
26924
|
}, [subMenus.length]);
|
|
26923
|
-
return /* @__PURE__ */ jsxs(
|
|
26925
|
+
return /* @__PURE__ */ jsxs("div", {
|
|
26924
26926
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
26925
26927
|
ref: headerRef,
|
|
26926
26928
|
id: "hd-container",
|