Skip to content
Snippets Groups Projects
Unverified Commit 74738b49 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix error on profile in web UI (#19396)

parent 839f8931
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ const mapStateToProps = (state, { params: { acct, id, tagged }, withReplies = fa
if (!accountId) {
return {
isLoading: true,
statusIds: emptyList,
};
}
......
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