Skip to content

Commit

Permalink
Warnings suprimidos
Browse files Browse the repository at this point in the history
  • Loading branch information
CANCI0 committed Apr 7, 2024
1 parent c32da47 commit 47554bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions webapp/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import reportWebVitals from "./reportWebVitals";
import { ChakraProvider } from "@chakra-ui/react";
import './themes.js';
import './index.css';
// eslint-disable-next-line no-unused-vars
import i18n from './i18n.js';

var r = document.getElementById("root");
Expand Down
1 change: 1 addition & 0 deletions webapp/src/pages/Bateria/Bateria.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const JuegoPreguntas = () => {
const [tiempoMedio, setTiempoMedio] = useState(0);

useEffect(() => {
setProgressPercent(100);
fetchQuestions();
handleTimer();
// eslint-disable-next-line
Expand Down
1 change: 1 addition & 0 deletions webapp/src/pages/Calculadora/Calculadora.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ const CalculadoraHumana = () => {
setValSubmit("");
valSubmit = Number(valSubmit);

// eslint-disable-next-line no-eval
let evalued = eval(operation);
if (valSubmit === evalued) {
setPuntuacion(puntuacion + 1);
Expand Down

0 comments on commit 47554bf

Please sign in to comment.