Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Feb 23, 2024
1 parent af0953b commit 03fa99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/comment/TextCommentFragment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type TextCommentFragmentProps = {
styleAsDeleted: boolean;

/** Should this message fragment be styled as muted */
styleAsMuted: boolean;
styleAsMuted?: boolean;

/** Should the comment have the appearance of being grouped with the previous comment? */
displayAsGroup: boolean;
Expand Down

0 comments on commit 03fa99f

Please sign in to comment.