Skip to content

Commit

Permalink
Arreglos para la release
Browse files Browse the repository at this point in the history
  • Loading branch information
uo282189 committed Mar 13, 2024
1 parent 725dce0 commit eb76e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/QuestionArea.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function QuestionArea(){
};

fetchQuestionData();
}, []); // El array vacío asegura que esto solo se ejecute una vez al montar el componente
}, [apiEndpoint]); // El array vacío asegura que esto solo se ejecute una vez al montar el componente

/** PARA DEPURACIÓN Y LOCAL
useEffect(() => {
Expand Down

0 comments on commit eb76e4e

Please sign in to comment.