🔥 refactor(codeAreaModal/index.tsx): comment out unused useEffect hook and handleClick function

🔥 refactor(codeAreaModal/index.tsx): remove unused useEffect hook and handleClick function
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-07-18 15:17:49 -03:00
commit 1f9e84d8c2

View file

@ -38,9 +38,9 @@ export default function CodeAreaModal({
detail: { error: string; traceback: string };
}>(null);
useEffect(() => {
handleClick();
}, []);
// useEffect(() => {
// handleClick();
// }, []);
function handleClick() {
if (!dynamic) {