We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e9f1b commit 4ca41feCopy full SHA for 4ca41fe
webview-ui/src/components/ResolutionsPage/ReceivedMessage.tsx
@@ -68,7 +68,7 @@ export const ReceivedMessage: React.FC<ReceivedMessageProps> = ({
68
handleQuickResponse(response.id, response.messageToken);
69
},
70
isDisabled: response.isDisabled || isProcessing || selectedResponse !== null,
71
- content: selectedResponse === response.id ? `✓ ${response.content}` : response.content,
+ content: response.content,
72
}))}
73
extraContent={
74
extraContent
0 commit comments