ba-js-common-header 0.0.7 → 0.0.8
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.
|
@@ -26163,6 +26163,9 @@ function UserManager() {
|
|
|
26163
26163
|
const {
|
|
26164
26164
|
user
|
|
26165
26165
|
} = useSelector((state) => state.titleBar);
|
|
26166
|
+
const {
|
|
26167
|
+
username
|
|
26168
|
+
} = useSelector((state) => state.userInfo);
|
|
26166
26169
|
const dispatch = useDispatch();
|
|
26167
26170
|
if (!user)
|
|
26168
26171
|
return null;
|
|
@@ -26192,7 +26195,7 @@ function UserManager() {
|
|
|
26192
26195
|
})
|
|
26193
26196
|
}), /* @__PURE__ */ jsx("span", {
|
|
26194
26197
|
className: "ps-lg-2",
|
|
26195
|
-
children:
|
|
26198
|
+
children: username
|
|
26196
26199
|
}), /* @__PURE__ */ jsx("span", {
|
|
26197
26200
|
className: "d-none d-lg-inline ms-2",
|
|
26198
26201
|
children: /* @__PURE__ */ jsx(commonThin.ArrowAngleDown, {
|