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