Просмотр исходного кода

:fire: console.log("load", initValue, value);

visuddhinanda 2 лет назад
Родитель
Сommit
8e4796aac6
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      dashboard/src/components/template/SentEdit/SentCell.tsx

+ 0 - 2
dashboard/src/components/template/SentEdit/SentCell.tsx

@@ -41,8 +41,6 @@ const SentCellWidget = ({
   const acceptPr = useAppSelector(sentence);
   const [prOpen, setPrOpen] = useState(false);
 
-  console.log("load", initValue, value);
-
   useEffect(() => {
     if (value) {
       setSentData(value);