diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-07 15:56:07 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-05-10 16:50:41 -0400 |
commit | f9cee23e41c76bf6a5d607ba0d772b65aab7c3f0 (patch) | |
tree | 9a66b7011e66fdb9c5a8649dd3a146cd062cd19b /src/components/comments/CommentsContainer.tsx | |
parent | a19514a3916a2dc2eab28a085866b34f2e9f2bc6 (diff) |
updated minor styling
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 cd9ecb02..bd8d5c49 100644 --- a/src/components/comments/CommentsContainer.tsx +++ b/src/components/comments/CommentsContainer.tsx @@ -125,7 +125,6 @@ const CommentsContainer: React.FC<CommentsContainerProps> = ({ }; const styles = StyleSheet.create({ - scrollView: {}, scrollViewContent: { justifyContent: 'center', }, |