[Glitch] Fix error on profile in web UI

Port 74738b4993 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
local
Eugen Rochko 2 years ago committed by Claire
parent b9195f8fb7
commit 5f4f37f432
  1. 1
      app/javascript/flavours/glitch/features/account_timeline/index.js

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

Loading…
Cancel
Save