Commit db2f953c authored by 우지원's avatar 우지원
Browse files

d

parent bea5f2c2
......@@ -35,7 +35,7 @@ function ClosedList(props) {
<div>
{list.map((item, index) =>
<ListGroup key={index}>
<ListGroup.Item action onClick={enterChatroomCH} name={item.roomName}>
<ListGroup.Item action onClick={enterChatRoomCH} name={item.roomName}>
{item.roomName}
</ListGroup.Item>
</ListGroup>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment