This commit is contained in:
Conor_Mack 2020-04-21 14:21:19 +01:00
parent ed5fb4b830
commit 17e0b2d79a
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@
if (component.type && component.type.length > 0) { if (component.type && component.type.length > 0) {
list = component list = component
} else { } else {
//console.log("Here be dragons that add the component! 🐉")
onComponentChosen(component) onComponentChosen(component)
} }
} }