From 03fa99ff5d95e28d827ff2152e003944ba3a4b2d Mon Sep 17 00:00:00 2001 From: Bernhard Owen Josephus Date: Fri, 23 Feb 2024 23:52:47 +0800 Subject: [PATCH] fix type --- src/pages/home/report/comment/TextCommentFragment.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;