fix(client): show profile immediately for the current user

pull/36290/head
Valeriy 2019-05-26 23:03:10 +03:00 committed by mrugesh
parent 43fa451a38
commit 6085fbe4ca
1 changed files with 5 additions and 5 deletions

View File

@ -56,12 +56,12 @@ class ShowFourOhFour extends Component {
render() {
const { isSessionUser, requestedUser, showLoading } = this.props;
if (showLoading) {
// We don't know if /:maybeUser is a user or not, we will show the loader
// until we get a response from the API
return <Loader fullScreen={true} />;
}
if (isEmpty(requestedUser)) {
if (showLoading) {
// We don't know if /:maybeUser is a user or not, we will show
// the loader until we get a response from the API
return <Loader fullScreen={true} />;
}
// We have a response from the API, but there is nothing in the store
// for /:maybeUser. We can derive from this state the /:maybeUser is not
// a user the API recognises, so we 404