We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87ab2c1 + 8d7fc7e commit a10a940Copy full SHA for a10a940
client/src/templates/Challenges/components/tool-panel.tsx
@@ -64,7 +64,7 @@ function ToolPanel({
64
isMobile,
65
isSignedIn,
66
isRunningTests,
67
- openResetModal,
+ // openResetModal,
68
challengeIsCompleted,
69
submitChallenge
70
}: ToolPanelProps) {
@@ -110,11 +110,11 @@ function ToolPanel({
110
{isMobile ? t('buttons.save') : t('buttons.save-code')}
111
</Button>
112
)}
113
- {challengeType !== challengeTypes.multifileCertProject && (
+ {/* {challengeType !== challengeTypes.multifileCertProject && (
114
<Button bsStyle='link' className='btn-invert' onClick={openResetModal}>
115
{isMobile ? t('buttons.reset') : t('buttons.reset-code')}
116
117
- )}
+ )} */}
118
</div>
119
);
120
}
0 commit comments