Skip to content

Commit

Permalink
fix: removed redundant MessageId (#1061)
Browse files Browse the repository at this point in the history
Co-authored-by: Cody's Dad <[email protected]>
  • Loading branch information
ManikantaMandala and AceTheCreator authored Oct 14, 2024
1 parent 0615595 commit 6942952
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions library/src/containers/Messages/Message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ export const Message: React.FunctionComponent<Props> = ({
<strong className="text-gray-700 mr-2">#{index}</strong>
)}
{title && <span className="text-gray-700 mr-2">{title}</span>}
<span className="border text-orange-600 rounded text-xs py-0 px-2">
{messageId}
</span>
</div>

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

0 comments on commit 6942952

Please sign in to comment.