visuddhinanda 3 سال پیش
والد
کامیت
9333da5bd5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dashboard/src/components/comment/CommentBox.tsx

+ 1 - 1
dashboard/src/components/comment/CommentBox.tsx

@@ -19,7 +19,7 @@ const Widget = ({ trigger, resId, resType, onCommentCountChange }: IWidget) => {
   const [childrenDrawer, setChildrenDrawer] = useState(false);
   const [childrenDrawer, setChildrenDrawer] = useState(false);
   const [topicComment, setTopicComment] = useState<IComment>();
   const [topicComment, setTopicComment] = useState<IComment>();
   const [answerCount, setAnswerCount] = useState<IAnswerCount>();
   const [answerCount, setAnswerCount] = useState<IAnswerCount>();
-  console.log(resId, resType);
+  //console.log(resId, resType);
   const showDrawer = () => {
   const showDrawer = () => {
     setOpen(true);
     setOpen(true);
   };
   };