You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/ChallengeEditor/index.js
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1181,13 +1181,14 @@ class ChallengeEditor extends Component {
1181
1181
if(failedToLoad){
1182
1182
return(
1183
1183
<divclassName={styles.wrapper}>
1184
-
<divclassName={styles.title}>{errorMessage ? <divclassName={styles.errorMessage}>{`Error : ${errorMessage}`}</div> : 'There was an error loading the challenge'}</div>
1184
+
<divclassName={styles.title}>There was an error loading the challenge</div>
0 commit comments