Skip to content

Commit

Permalink
Merge pull request #17 from LIKELION-GG/develop
Browse files Browse the repository at this point in the history
action test
  • Loading branch information
Imjieunn authored Aug 5, 2024
2 parents 14af487 + 4581386 commit 44e4891
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/Post/Post.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ const Post = () => {
setInitialized(true);
}, []);

console.log(postData);

const handleInputChange = (e) => {
const { value } = e.target;
setPostData((prev) => ({ ...prev, requirements: value }));
Expand Down

0 comments on commit 44e4891

Please sign in to comment.