Commit 6b70e98a authored by superman's avatar superman

1.3.3

parent de5685b7
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -143,7 +143,7 @@ export default class HeaderOperation extends Component { ...@@ -143,7 +143,7 @@ export default class HeaderOperation extends Component {
userOperations && userOperations &&
<Popover content={userOperations}> <Popover content={userOperations}>
<Button type="ghost" style={{marginLeft: '2em'}}> <Button type="ghost" style={{marginLeft: '2em'}}>
<Icon type="user"/>{user.username} <Icon type="user"/>{user.nick || user.username}
</Button> </Button>
</Popover> </Popover>
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment