修改参数符号名称
This commit is contained in:
@@ -2,9 +2,9 @@ import { Chat, Message } from 'lingchair-client-protocol'
|
||||
import * as React from 'react'
|
||||
|
||||
export default function ChatMessageContainer({
|
||||
chatInfo,
|
||||
chat,
|
||||
}: {
|
||||
chatInfo: Chat
|
||||
chat: Chat
|
||||
}) {
|
||||
const [messages, setMessages] = React.useState<Message[]>()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user