Skip to content

Commit

Permalink
unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
uo288574 committed Apr 26, 2024
1 parent f341b57 commit 9a4916d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions webapp/src/components/FirstGame.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { useLocation, useNavigate } from 'react-router-dom';
import Button from './Button';
import { Footer } from './footer/Footer';
import { Nav } from './nav/Nav';
import {shuffleArray} from './Util'

var currentQuestionIndex = 0;

Expand Down Expand Up @@ -200,15 +199,10 @@ const Quiz = () => {
width: '100%',
padding: 3}}>

{/*<LinearProgress color="secondary" variant={loading? "indeterminate" : "determinate"} value={remTime} />*/}
<LinearProgress id='progress'color="secondary" variant={"determinate"} value={remTime} />

</Box>


{/* {isCorrect !== null && (
<p>{isCorrect ? '¡Respuesta correcta!' : 'Respuesta incorrecta.'}</p>
)} */}
</Container>
<Footer />
</>
Expand Down

0 comments on commit 9a4916d

Please sign in to comment.