Skip to content

Commit

Permalink
feat: search tags
Browse files Browse the repository at this point in the history
  • Loading branch information
warmachine028 committed Nov 30, 2024
1 parent e1e5f59 commit 0932fde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/Comment.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ const Comment = ({ comment }) => {
variant="body2"
color="text.secondary"
component="p"
whiteSpace="pre-line"
sx={{ mb: 1, overflowWrap: 'anywhere' }}
>
{comment.content}
Expand Down

0 comments on commit 0932fde

Please sign in to comment.