diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-11 18:56:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-11 18:56:28 -0400 |
commit | 68d10064cf1dcd2a774a4b2299f3a64f8fb75c60 (patch) | |
tree | e8367c2a8cdb19e52c2a70b73ab2a89865efd54a /src/components/comments/CommentsContainer.tsx | |
parent | 610b6c9ddd2414b3b0d5c4cc24c35ef6e9e68513 (diff) | |
parent | 51f397132d227edf5e07d48d673ee167d2aa5937 (diff) |
Merge pull request #409 from IvanIFChen/tma799-comment-likes
[TMA-799] Comments likes
Diffstat (limited to 'src/components/comments/CommentsContainer.tsx')
-rw-r--r-- | src/components/comments/CommentsContainer.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/comments/CommentsContainer.tsx b/src/components/comments/CommentsContainer.tsx index 0bfd5ad6..595ec743 100644 --- a/src/components/comments/CommentsContainer.tsx +++ b/src/components/comments/CommentsContainer.tsx @@ -136,7 +136,6 @@ const CommentsContainer: React.FC<CommentsContainerProps> = ({ }; const styles = StyleSheet.create({ - scrollView: {}, scrollViewContent: { justifyContent: 'center', }, |