Skip to content

Commit 158ff7a

Browse files
authored
Merge pull request #179 from GoHawaiiForMe/feat/#170피드백
feat: 채팅 목록 렌더링
2 parents 9639085 + 7b1fd21 commit 158ff7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/ChattingForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ export default function ChattingForm() {
393393
}
394394
};
395395
}
396-
}, []);
396+
}, [selectedChatRoom, queryClient]);
397397

398398
useEffect(() => {
399399
if (selectedChatRoom) {

0 commit comments

Comments
 (0)