diff --git a/src/pages/home/report/comment/TextCommentFragment.tsx b/src/pages/home/report/comment/TextCommentFragment.tsx index ac55e04e2efc..951888a443c1 100644 --- a/src/pages/home/report/comment/TextCommentFragment.tsx +++ b/src/pages/home/report/comment/TextCommentFragment.tsx @@ -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;