We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77efbd2 commit 714adbfCopy full SHA for 714adbf
1 file changed
src/partials/ProgrammingExercise.js
@@ -172,20 +172,7 @@ class ProgrammingExercise extends React.Component {
172
?.available_model_solution_tokens
173
const modelSolutionTokenUsedOnThisExercise = this.state?.exerciseDetails
174
?.model_solution_token_used_on_this_exercise
175
- if (true) {
176
- return (
177
- <ProgrammingExerciseWrapper>
178
- <Header>
179
- <StyledIcon icon={icon} size="1x" />
180
- <HeaderMuted>Tehtävä: </HeaderMuted>
181
- {name}
182
- </Header>
183
- <Body>
184
- <div>{children}</div>
185
- </Body>
186
- </ProgrammingExerciseWrapper>
187
- )
188
- }
+
189
if (!this.state.render) {
190
return <div>Loading</div>
191
}
0 commit comments