From bf9934c93715ea01703592cbdcc8c36990b6f89e Mon Sep 17 00:00:00 2001 From: Werner Date: Thu, 8 Jun 2023 17:06:01 -0300 Subject: [PATCH] Update build.js --- pages/build.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/build.js b/pages/build.js index 0ac5309..f303940 100644 --- a/pages/build.js +++ b/pages/build.js @@ -6,7 +6,7 @@ import { Container, Row, Col } from 'react-bootstrap'; export default function Home() { const [instructionStatus, setInstructionStatus] = useState([]); - + const geraTabelaParaInserirInstrucoes = (nInst) => { let tabela = []; for (let i = 0; i < nInst; i++) { @@ -66,7 +66,7 @@ export default function Home() { } return tabela; }; - + const handleGenerateTable = (event) => { const nInst = event.target.value; setInstructionStatus(geraTabelaParaInserirInstrucoes(nInst)); @@ -105,7 +105,7 @@ export default function Home() { - +
Instrução