Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/features/Chat/components/ChatRoom/ChatRoom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,8 @@ const ChatRoom = ({ chat, onBack }: ChatRoomProps) => {
},
}
);
} else {
onBack();
}
};

Expand Down
4 changes: 1 addition & 3 deletions src/pages/search/SearchPlayerPage/SearchPlayerPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,7 @@ const SearchPlayerPage = () => {
/>
<div className={styles.infoWrapper}>
<WarningCircleIcon />
<span>
통합 검색을 이용해 보세요! 검색 결과는 닉네임 오름차순으로 정렬되어 표시됩니다.
</span>
<span>통합 검색을 이용해 보세요!</span>
</div>
</div>
)}
Expand Down
Loading