Skip to content

Commit

Permalink
Comment out quiz rendering in Review2024Page component
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Jan 10, 2025
1 parent 637f14a commit ac0dae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/components/review-2024/Review2024Page/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ export function Review2024Page() {
</>
)}

{selectedTab === 'quiz' && (
{/* {selectedTab === 'quiz' && (
<Review2024QuizWrapper
// points={quizPoints}
// progress={quizProgress}
// setPoints={setQuizPoints}
// setProgress={setQuizProgress}
/>
)}
)} */}

</>
);
Expand Down

0 comments on commit ac0dae4

Please sign in to comment.