diff --git a/src/components/dashboards/AnalysisClient.tsx b/src/components/dashboards/AnalysisClient.tsx index 23484ad..664e576 100644 --- a/src/components/dashboards/AnalysisClient.tsx +++ b/src/components/dashboards/AnalysisClient.tsx @@ -26,6 +26,7 @@ export default function AnalysisClient() { loading, result, showField, + resultRef, setShowField, } = useAnalyseText(); @@ -151,50 +152,6 @@ export default function AnalysisClient() { )} - {/* {showField ? ( -
- -
-
- - {errors.url3 && ( -

- {errors.url3.message} -

- )} -
- -
-
- ) : ( -
- -
- )} */} - {showField ? (
)} - - {/*
- -
*/}