diff options
Diffstat (limited to 'src/view/com/post-thread/PostVotedBy.tsx')
-rw-r--r-- | src/view/com/post-thread/PostVotedBy.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/post-thread/PostVotedBy.tsx b/src/view/com/post-thread/PostVotedBy.tsx index 21559e432..17ed9f9f8 100644 --- a/src/view/com/post-thread/PostVotedBy.tsx +++ b/src/view/com/post-thread/PostVotedBy.tsx @@ -30,7 +30,7 @@ export const PostVotedBy = observer(function PostVotedBy({ setView(newView) newView .setup() - .catch(err => store.log.error('Failed to fetch voted by', err.toString())) + .catch(err => store.log.error('Failed to fetch voted by', err)) }, [uri, view?.params.uri, store]) const onRefresh = () => { |