diff --git a/components/app/CommentList.tsx b/components/app/CommentList.tsx index a3f10e03..570c4d6f 100644 --- a/components/app/CommentList.tsx +++ b/components/app/CommentList.tsx @@ -5,6 +5,7 @@ import { useRef, useState } from "react"; import { checkInputValueIsNull } from "@/utils/input"; import httpClient from "@/apis"; import useUser from "@/hooks/useUser"; +import config from "@/config"; import Comment from "../atoms/Comment"; import InputButton from "../atoms/InputButton"; @@ -41,7 +42,7 @@ export default function CommentList({ portfolioId }: { portfolioId?: number }) {
프로필 { - event.currentTarget.src = config.defaultProfile; - }} /> ); }