fix: remove reset button from scenario panel in exam mode
Signed-off-by: Abhinav Sinha <[email protected]>
This commit is contained in:
@@ -287,7 +287,7 @@ export default function ScenarioPanel({ scenario, onProgressUpdate, onScenarioSt
|
|||||||
)}
|
)}
|
||||||
</button>
|
</button>
|
||||||
)}
|
)}
|
||||||
{scenario.progress?.status !== 'not_started' && scenario.progress?.attempts > 0 && (
|
{!isExamMode && scenario.progress?.status !== 'not_started' && scenario.progress?.attempts > 0 && (
|
||||||
<button
|
<button
|
||||||
className={styles.resetBtn}
|
className={styles.resetBtn}
|
||||||
title="Reset progress for this scenario"
|
title="Reset progress for this scenario"
|
||||||
|
|||||||
Reference in New Issue
Block a user