fix: remove reset button from scenario panel in exam mode

Signed-off-by: Abhinav Sinha <[email protected]>
This commit is contained in:
Abhinav Sinha
2026-06-18 02:00:21 +05:30
parent ec27b01531
commit f2d535837c
+1 -1
View File
@@ -287,7 +287,7 @@ export default function ScenarioPanel({ scenario, onProgressUpdate, onScenarioSt
)}
</button>
)}
{scenario.progress?.status !== 'not_started' && scenario.progress?.attempts > 0 && (
{!isExamMode && scenario.progress?.status !== 'not_started' && scenario.progress?.attempts > 0 && (
<button
className={styles.resetBtn}
title="Reset progress for this scenario"