diff options
Diffstat (limited to 'src/view/com/post-thread/PostVotedBy.tsx')
-rw-r--r-- | src/view/com/post-thread/PostVotedBy.tsx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/view/com/post-thread/PostVotedBy.tsx b/src/view/com/post-thread/PostVotedBy.tsx index 06fe53888..011df4aa1 100644 --- a/src/view/com/post-thread/PostVotedBy.tsx +++ b/src/view/com/post-thread/PostVotedBy.tsx @@ -48,11 +48,7 @@ export const PostVotedBy = observer(function PostVotedBy({ if (view.hasError) { return ( <View> - <ErrorMessage - message={view.error} - style={{margin: 6}} - onPressTryAgain={onRefresh} - /> + <ErrorMessage message={view.error} onPressTryAgain={onRefresh} /> </View> ) } |