We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7341103 + 9f423c4 commit c6af3e4Copy full SHA for c6af3e4
moss-client/moss-client-common/pom.xml
@@ -68,8 +68,9 @@
68
<dependency>
69
<groupId>com.fasterxml.jackson.core</groupId>
70
<artifactId>jackson-databind</artifactId>
71
- <version>2.9.9</version>
+ <version>2.9.9.2</version>
72
</dependency>
73
+
74
</dependencies>
75
76
<build>
moss-ui/src/components/Header/index.tsx
@@ -75,7 +75,7 @@ const HaloHeader = React.memo((props: IProps & RouteComponentProps) => {
</Dropdown>
77
</Item>
78
- <SubMenu className="user-name" title={name}>
+ <SubMenu className="user-name" title={userName}>
79
<Item>
80
<a href="/logout">退出</a>
81
0 commit comments