Skip to content

Commit

Permalink
fix: 채팅방 여는 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ss0526100 committed Aug 8, 2024
1 parent db28735 commit 6d03249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/MoimDetailPage/MoimDetailPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default function MoimDetailPage() {
<Button
shape="bar"
disabled={false}
onClick={() => navigate(ROUTES.chat)}
onClick={() => navigate(`/chatting-room/${moimId}`)}
>
채팅방으로 가기
</Button>
Expand Down

0 comments on commit 6d03249

Please sign in to comment.