fix: typos and improve naming conventions: (#8687)
This commit is contained in:
@@ -334,9 +334,9 @@ export const useChat = (
|
||||
const newChatList = produce(chatListRef.current, (draft) => {
|
||||
const index = draft.findIndex(item => item.id === responseItem.id)
|
||||
if (index !== -1) {
|
||||
const requestion = draft[index - 1]
|
||||
const question = draft[index - 1]
|
||||
draft[index - 1] = {
|
||||
...requestion,
|
||||
...question,
|
||||
}
|
||||
draft[index] = {
|
||||
...draft[index],
|
||||
|
Reference in New Issue
Block a user