diff --git a/src/app/post/index.tsx b/src/app/post/index.tsx index 9cbf0df..30d82a9 100644 --- a/src/app/post/index.tsx +++ b/src/app/post/index.tsx @@ -131,30 +131,32 @@ export const Post = () => { return ( { - if (image.length || text.length) { - void handleModal(); - } else { - navigate("/post/keyword"); - } - }} - /> - } - content={ -
- 칭찬 게시물 작성 -
- } - /> + !openCrop && ( + { + if (image.length || text.length) { + void handleModal(); + } else { + navigate("/post/keyword"); + } + }} + /> + } + content={ +
+ 칭찬 게시물 작성 +
+ } + /> + ) } > {openCrop ? (