Skip to content

Commit 50076ab

Browse files
author
Vikas Agarwal
committed
Fixed typo
1 parent 08a602c commit 50076ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TopBar/TopBarContainer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class TopBarContainer extends React.Component {
108108
}
109109
}
110110

111-
const mapStateToProps = ({ loa
111+
const mapStateToProps = ({ loadUser }) => {
112112
return {
113113
userRoles : _.get(loadUser, 'user.roles', []),
114114
user : loadUser.user

0 commit comments

Comments
 (0)