1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Fix error on profile in web UI (#19396)

This commit is contained in:
Eugen Rochko 2022-10-20 14:47:42 +02:00 committed by GitHub
parent 839f893168
commit 74738b4993
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,7 @@ const mapStateToProps = (state, { params: { acct, id, tagged }, withReplies = fa
if (!accountId) {
return {
isLoading: true,
statusIds: emptyList,
};
}