Skip to content
Snippets Groups Projects
Commit 489f840d authored by HJ's avatar HJ :fire:
Browse files

fix error

parent f3a9200b
No related branches found
No related tags found
2 merge requests!1028`master` refresh with `develop`,!655Transition to MastoAPI: user data
Pipeline #8787 passed
......@@ -105,7 +105,7 @@ const UserProfile = {
this.fetchedUserId = userId
})
}
fetchPromise
return fetchPromise
.catch((reason) => {
const errorMessage = get(reason, 'error.error')
if (errorMessage === 'No user with such user_id') { // Known error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment