mirror of
https://github.com/yewprint/yewprint
synced 2024-11-25 04:50:20 +00:00
Cleanup (collect::<Html>())
This commit is contained in:
parent
8af689609e
commit
5c49b5a595
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ impl Component for Icon {
|
|||
.map(|x| html! {
|
||||
<path d=x fillRule="evenodd" />
|
||||
})
|
||||
.collect::<Vec<_>>()
|
||||
.collect::<Html>()
|
||||
}
|
||||
</svg>
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue