Skip to content

Commit 23cff0e

Browse files
Merge pull request #207 from DeepDirect/feature/DP-435/chat
[Feature] 채팅 뒤로가기 수정
2 parents 59c2eee + 57a3a93 commit 23cff0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/features/Chat/components/ChatRoom/ChatRoom.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,8 @@ const ChatRoom = ({ chat, onBack }: ChatRoomProps) => {
314314
},
315315
}
316316
);
317+
} else {
318+
onBack();
317319
}
318320
};
319321

0 commit comments

Comments
 (0)