mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 05:29:12 +00:00
Fix image rendering and unique key for pending message?
This commit is contained in:
@@ -292,7 +292,7 @@ export default function ChatHistory(props: ChatHistoryProps) {
|
||||
{
|
||||
props.pendingMessage &&
|
||||
<ChatMessage
|
||||
key={"pendingMessage"}
|
||||
key={`pendingMessage-${props.pendingMessage.length}`}
|
||||
isMobileWidth={isMobileWidth}
|
||||
chatMessage={
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user