🔥 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:
parent
598a833b75
commit
1f9e84d8c2
1 changed files with 3 additions and 3 deletions
|
|
@ -38,9 +38,9 @@ export default function CodeAreaModal({
|
|||
detail: { error: string; traceback: string };
|
||||
}>(null);
|
||||
|
||||
useEffect(() => {
|
||||
handleClick();
|
||||
}, []);
|
||||
// useEffect(() => {
|
||||
// handleClick();
|
||||
// }, []);
|
||||
|
||||
function handleClick() {
|
||||
if (!dynamic) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue