Skip to content

Commit

Permalink
๐Ÿ†˜ HOTFIX : ์ถฉ๋Œ ํ•ด๊ฒฐ์‹œ ์‚ญ์ œ๋œ ๋‚ด์šฉ ๋ณต๊ตฌ
Browse files Browse the repository at this point in the history
๐Ÿ†˜ HOTFIX : ์ถฉ๋Œ ํ•ด๊ฒฐ์‹œ ์‚ญ์ œ๋œ ๋‚ด์šฉ ๋ณต๊ตฌ
  • Loading branch information
june960427 authored Dec 8, 2024
2 parents 4542d85 + 31d6165 commit 0e7982c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/MateDetailPage/MateDetailAction/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const MateDetailAction = ({
const isStatusCompleted = false // ์ง๊ด€ ์™„๋ฃŒ ์—ฌ๋ถ€

const { createChatRoom, createIsPending, createIsError, createError } =
useCreateMateChatRoom(postId.toString())
useCreateMateChatRoom(matePostData.postId.toString())

/**
* ๋ฉ”์ดํŠธ ์ˆ˜์ • ํŽ˜์ด์ง€ ์ด๋™
Expand Down

0 comments on commit 0e7982c

Please sign in to comment.