diff --git a/src/pages/comments/CommentCreateForm.js b/src/pages/comments/CommentCreateForm.js index c461cf8..c5a029c 100644 --- a/src/pages/comments/CommentCreateForm.js +++ b/src/pages/comments/CommentCreateForm.js @@ -9,7 +9,7 @@ import Avatar from "../../components/Avatar"; import { axiosRes } from "../../api/axiosDefaults"; function CommentCreateForm(props) { - const { post, setPost, setComments, profileImage, profile_id } = props; + const { post, setPost, setComments, travelerImage, traveler_id } = props; const [content, setContent] = useState(""); const handleChange = (event) => { @@ -45,8 +45,8 @@ function CommentCreateForm(props) {
- - + +