about summary refs log tree commit diff
path: root/src/view/screens/ModerationMutedAccounts.tsx
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2023-11-04 12:58:50 -0500
committerEric Bailey <git@esb.lol>2023-11-04 12:58:50 -0500
commit7e29ebbadbf6246a664a2bf45b3798b3ecd87955 (patch)
tree4808764811049c27748112cdfa575abeef8fb948 /src/view/screens/ModerationMutedAccounts.tsx
parentdf0dcf32f99631c52b039c7f1934481924d37465 (diff)
downloadvoidsky-7e29ebbadbf6246a664a2bf45b3798b3ecd87955.tar.zst
Fix other error logs while I'm at it
Diffstat (limited to 'src/view/screens/ModerationMutedAccounts.tsx')
-rw-r--r--src/view/screens/ModerationMutedAccounts.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/ModerationMutedAccounts.tsx b/src/view/screens/ModerationMutedAccounts.tsx
index 31c46e640..61911717a 100644
--- a/src/view/screens/ModerationMutedAccounts.tsx
+++ b/src/view/screens/ModerationMutedAccounts.tsx
@@ -49,7 +49,7 @@ export const ModerationMutedAccounts = withAuthRequired(
       mutedAccounts
         .loadMore()
         .catch(err =>
-          store.log.error('Failed to load more muted accounts', err),
+          store.log.error('Failed to load more muted accounts', {error: err}),
         )
     }, [mutedAccounts, store])