Fix error on profile in web UI (#19396)

lolsob-rspec
Eugen Rochko 2022-10-20 14:47:42 +02:00 committed by GitHub
parent 0fdfbe555e
commit 8e0daf2214
1 changed files with 1 additions and 0 deletions

View File

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