diff --git a/ui/src/components/IssueChatThread.tsx b/ui/src/components/IssueChatThread.tsx index bdbab9a0..16861b4a 100644 --- a/ui/src/components/IssueChatThread.tsx +++ b/ui/src/components/IssueChatThread.tsx @@ -360,7 +360,7 @@ function IssueChatUserMessage() { return ( -
+
- + You
@@ -894,12 +894,12 @@ function IssueChatSystemMessage() { return ( -
- +
+ {agentIcon ? ( - + ) : ( - {initialsForName(actorName)} + {initialsForName(actorName)} )}
@@ -915,12 +915,12 @@ function IssueChatSystemMessage() { if (custom.kind === "run" && runId && runAgentId && displayedRunAgentName && runStatus) { return ( -
- +
+ {runAgentIcon ? ( - + ) : ( - {initialsForName(displayedRunAgentName)} + {initialsForName(displayedRunAgentName)} )}