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.
1 parent 92b6ca5 commit 28bd4acCopy full SHA for 28bd4ac
client/src/templates/Challenges/classic/editor.tsx
@@ -1317,9 +1317,6 @@ const Editor = (props: EditorProps): JSX.Element => {
1317
return challengeIsComplete();
1318
};
1319
1320
- const challengeFile = props.challengeFiles?.find(
1321
- challengeFile => challengeFile.fileKey === props.fileKey
1322
- );
1323
const showFileName = challengeFile && props.challengeFiles!.length > 1;
1324
return (
1325
<Suspense fallback={<Loader loaderDelay={600} />}>
0 commit comments