Remove unnecessary map
This commit is contained in:
parent
5b254b03df
commit
3654dd8da0
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ impl List {
|
||||||
v_stack()
|
v_stack()
|
||||||
.w_full()
|
.w_full()
|
||||||
.py_1()
|
.py_1()
|
||||||
.children(self.header.map(|header| header))
|
.children(self.header)
|
||||||
.child(list_content)
|
.child(list_content)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue