Cleanup (collect::<Html>())

This commit is contained in:
Cecile Tonglet 2020-09-14 21:06:43 +02:00
parent 8af689609e
commit 5c49b5a595

View file

@ -86,7 +86,7 @@ impl Component for Icon {
.map(|x| html! {
<path d=x fillRule="evenodd" />
})
.collect::<Vec<_>>()
.collect::<Html>()
}
</svg>
</span>