Fix error on profile in web UI (#19396)

local
Eugen Rochko 2 years ago committed by GitHub
parent 839f893168
commit 74738b4993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/javascript/mastodon/features/account_timeline/index.js

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

Loading…
Cancel
Save