about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2022-10-20 14:47:42 +0200
committerClaire <claire.github-309c@sitedethib.com>2022-10-28 19:24:02 +0200
commit5f4f37f4325b3777d500dcfdcce80f6afb1a67f0 (patch)
tree11c87d8083f6220c4eeac86f064dbba6a1c95310
parentb9195f8fb71ae7f4c48c896baff273c9518b6492 (diff)
[Glitch] Fix error on profile in web UI
Port 74738b49933eeadb6e837711ef1a1d0718829b6c to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
-rw-r--r--app/javascript/flavours/glitch/features/account_timeline/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/features/account_timeline/index.js b/app/javascript/flavours/glitch/features/account_timeline/index.js
index 222d40ca1..9f2a66881 100644
--- a/app/javascript/flavours/glitch/features/account_timeline/index.js
+++ b/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,
     };
   }