Skip to content

Commit

Permalink
base
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan-cp committed Oct 9, 2023
1 parent fa938aa commit 755570f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ export function CommentsBottomSheetLine({ commentRef }: CommentLineProps) {
{timeAgo}
</Typography>
</View>
<ProcessedCommentText comment={comment.comment} />
<View className="flex mr-5">
<ProcessedCommentText comment={comment.comment} />
</View>
</View>
</GalleryTouchableOpacity>
);
Expand Down

0 comments on commit 755570f

Please sign in to comment.