mirror of
https://github.com/wassname/talk.git
synced 2026-07-17 11:33:39 +08:00
user checker
This commit is contained in:
@@ -37,7 +37,7 @@ class SettingsContainer extends Component {
|
||||
const {activeTab} = this.state;
|
||||
const {me} = this.props.data;
|
||||
|
||||
if (!loggedIn) {
|
||||
if (!loggedIn || !me) {
|
||||
return <NotLoggedIn showSignInDialog={showSignInDialog}/>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user