diff --git a/frontend/src/conversation/ConversationBubble.tsx b/frontend/src/conversation/ConversationBubble.tsx index 0e912250..1eee41e7 100644 --- a/frontend/src/conversation/ConversationBubble.tsx +++ b/frontend/src/conversation/ConversationBubble.tsx @@ -337,10 +337,7 @@ const ConversationBubble = forwardRef< ) : ( - + {children} ); diff --git a/frontend/src/conversation/conversationSlice.ts b/frontend/src/conversation/conversationSlice.ts index 5e1f9b27..9298e7a5 100644 --- a/frontend/src/conversation/conversationSlice.ts +++ b/frontend/src/conversation/conversationSlice.ts @@ -157,8 +157,7 @@ export const fetchAnswer = createAsyncThunk< result: '', sources: [], }; -}, -); +}); export const conversationSlice = createSlice({ name: 'conversation',