diff options
Diffstat (limited to 'src/view/com/profile/ProfileFollows.tsx')
-rw-r--r-- | src/view/com/profile/ProfileFollows.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/view/com/profile/ProfileFollows.tsx b/src/view/com/profile/ProfileFollows.tsx index f63cc0107..73e765d19 100644 --- a/src/view/com/profile/ProfileFollows.tsx +++ b/src/view/com/profile/ProfileFollows.tsx @@ -29,9 +29,7 @@ export const ProfileFollows = observer(function ProfileFollows({ setView(newView) newView .setup() - .catch(err => - store.log.error('Failed to fetch user follows', err.toString()), - ) + .catch(err => store.log.error('Failed to fetch user follows', err)) }, [name, view?.params.user, store]) const onRefresh = () => { |