Skip to content

Commit 6942952

Browse files
fix: removed redundant MessageId (#1061)
Co-authored-by: Cody's Dad <[email protected]>
1 parent 0615595 commit 6942952

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

library/src/containers/Messages/Message.tsx

-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ export const Message: React.FunctionComponent<Props> = ({
5858
<strong className="text-gray-700 mr-2">#{index}</strong>
5959
)}
6060
{title && <span className="text-gray-700 mr-2">{title}</span>}
61-
<span className="border text-orange-600 rounded text-xs py-0 px-2">
62-
{messageId}
63-
</span>
6461
</div>
6562

6663
{summary && <p className="text-gray-600 text-sm">{summary}</p>}

0 commit comments

Comments
 (0)