diff --git a/app/screens/user_profile/user_profile.js b/app/screens/user_profile/user_profile.js index 36d97be6fb..53aadcf4f0 100644 --- a/app/screens/user_profile/user_profile.js +++ b/app/screens/user_profile/user_profile.js @@ -148,6 +148,10 @@ class UserProfile extends PureComponent { const {config, theme, user} = this.props; const style = createStyleSheet(theme); + if (!user) { + return null; + } + return (