mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
fixed wrong selector of displayName
This commit is contained in:
@@ -70,7 +70,7 @@ const mapStateToProps = state => {
|
||||
mapped.authenticated = state.auth.login.authenticated;
|
||||
}
|
||||
if (state.auth.me && state.auth.me.entry) {
|
||||
displayName = state.auth.me.entry.entity.displayName;
|
||||
displayName = state.auth.me.entry.displayName;
|
||||
}
|
||||
return {
|
||||
...mapped,
|
||||
|
||||
Reference in New Issue
Block a user