redrield
11/17/2017, 7:22 PMdiv(classes = "col-lg-12") {
val teams = state.teams!!
println(teams)
for(team in teams) {
child(LogComponent::class) {
attrs {
this.team = team
}
}
}
}