Fix error on profile in web UI (#19396)

th-downstream
Eugen Rochko 2 years ago committed by GitHub
parent 0fdfbe555e
commit 8e0daf2214

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

Loading…
Cancel
Save