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 222355e commit 0c12834Copy full SHA for 0c12834
src/components/assessment/AssessmentWorkspace.tsx
@@ -291,4 +291,4 @@ class AssessmentWorkspace extends React.Component<
291
}
292
293
294
-export default AssessmentWorkspace
+export default AssessmentWorkspace
src/components/workspace/Editor.tsx
@@ -5,7 +5,6 @@ import { HotKeys } from 'react-hotkeys'
5
import 'brace/ext/searchbox'
6
import 'brace/mode/javascript'
7
import 'brace/theme/cobalt'
8
-// import EditingAssessment from './EditingAssessment';
9
10
/**
11
* @property editorValue - The string content of the react-ace editor
0 commit comments