🚧 Code tweaks
This commit is contained in:
parent
b5fc06e84e
commit
928b3f91b6
6 changed files with 7 additions and 7 deletions
|
|
@ -22,7 +22,7 @@ impl ComponentTrait for Block {
|
|||
fn setup_before_prepare(&mut self, _cx: &mut Context) {
|
||||
self.alter_classes(
|
||||
ClassesOp::Prepend,
|
||||
[String::from("block__container"), self.style().to_string()].join(" "),
|
||||
["block__container".to_string(), self.style().to_string()].join(" "),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue