diff --git a/src/view/com/util/LoadingPlaceholder.tsx b/src/view/com/util/LoadingPlaceholder.tsx index ed94c55027..5ccd1bd149 100644 --- a/src/view/com/util/LoadingPlaceholder.tsx +++ b/src/view/com/util/LoadingPlaceholder.tsx @@ -100,7 +100,7 @@ export function PostLoadingPlaceholder({ - + diff --git a/src/view/com/util/PostCtrls.tsx b/src/view/com/util/PostCtrls.tsx index b224750863..144351d859 100644 --- a/src/view/com/util/PostCtrls.tsx +++ b/src/view/com/util/PostCtrls.tsx @@ -61,7 +61,7 @@ export function PostCtrls(opts: PostCtrlsOpts) { icon={['far', 'comment']} size={16} /> - {opts.replyCount} + {opts.replyCount} @@ -80,8 +80,8 @@ export function PostCtrls(opts: PostCtrlsOpts) { {opts.repostCount} @@ -93,16 +93,16 @@ export function PostCtrls(opts: PostCtrlsOpts) { onPress={onPressToggleUpvoteWrapper}> {opts.isUpvoted ? ( - + ) : ( - + )} {opts.upvoteCount}