Skip to content

Commit

Permalink
Merge pull request #1378 from 42organization/1358-feat-party-detail-r…
Browse files Browse the repository at this point in the history
…oom의-css-변경

1358 feat party detail room의 css 변경
  • Loading branch information
contemplation-person authored Apr 8, 2024
2 parents b5a300a + 8360fd9 commit cf317c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/party/[roomId]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export default function PartyDetailPage() {
PartyRoomDetail | undefined
>(undefined);

console.log('roomId:', roomId);

useEffect(() => {
fetchRoomDetail();
}, []);
Expand Down

0 comments on commit cf317c0

Please sign in to comment.