diff --git a/src/widgets/copilot/components/Messages/IncomingMsg.tsx b/src/widgets/copilot/components/Messages/IncomingMsg.tsx index c6fbd09..f0e8a37 100644 --- a/src/widgets/copilot/components/Messages/IncomingMsg.tsx +++ b/src/widgets/copilot/components/Messages/IncomingMsg.tsx @@ -91,9 +91,6 @@ const IncomingMsg = memo( if (!parsedElements) return ; return (
- {props.showSources && !!references.length && ( - - )}
)}
+ {props.showSources && !!references.length && ( + + )}
); },