Actually fixed logged in bug
This commit is contained in:
@@ -64,7 +64,7 @@ CommonLinks.propTypes = {
|
||||
|
||||
function mapStoreToProps(store) {
|
||||
return {
|
||||
loggedIn: this.store.id && store.account.id !== 0
|
||||
loggedIn: store.account.id !== undefined && store.account.id !== 0
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user