checking the Blocks with the solution using the XML strings

This commit is contained in:
Delucse
2020-09-10 13:46:31 +02:00
parent f14508a5ca
commit ab016610bd
6 changed files with 102 additions and 8 deletions
-1
View File
@@ -43,7 +43,6 @@ class Tutorial extends Component {
render() {
var currentTutorialId = this.props.currentTutorialId;
console.log(this.props);
return (
!Number.isInteger(currentTutorialId) || currentTutorialId+1 < 1 || currentTutorialId+1 > tutorials.length ?
<NotFound button={{title: 'Zurück zur Tutorials-Übersicht', link: '/tutorial'}}/>