Ver Fonte

:fire: console.log("indexCase"

visuddhinanda há 3 anos atrás
pai
commit
45919e43fc

+ 0 - 1
dashboard/src/components/template/Wbw/WbwMeaningSelect.tsx

@@ -113,7 +113,6 @@ const WbwMeaningSelectWidget = ({ data, onSelect }: IWidget) => {
               (item) => item.name === wordType
             );
           }
-          console.log("indexCase", indexCase, value.mean);
           if (value.mean && value.mean.trim() !== "") {
             for (const valueMeaning of value.mean.trim().split("$")) {
               if (valueMeaning.trim() !== "") {