Remove comment
This commit is contained in:
parent
117782a337
commit
2c5b49a4f2
|
|
@ -168,10 +168,8 @@
|
|||
}
|
||||
}
|
||||
}, []);
|
||||
let some = this.removeSingleContentListItem(newContent, startingIndex);
|
||||
console.log(some)
|
||||
return Object.assign({}, this.contentBlock, {
|
||||
contents: some
|
||||
contents: this.removeSingleContentListItem(newContent, startingIndex)
|
||||
});
|
||||
},
|
||||
schoolClass() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue