We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0615595 commit 6942952Copy full SHA for 6942952
library/src/containers/Messages/Message.tsx
@@ -58,9 +58,6 @@ export const Message: React.FunctionComponent<Props> = ({
58
<strong className="text-gray-700 mr-2">#{index}</strong>
59
)}
60
{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>
64
</div>
65
66
{summary && <p className="text-gray-600 text-sm">{summary}</p>}
0 commit comments