Skip to content

Commit

Permalink
fix: uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
lostb1t authored Oct 28, 2023
1 parent a2a0c91 commit 92da44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ impl Transform for CollectionStyleTransform {

let mut style = ClientHeroStyle::from_context(options.clone());

// item.meta = Some(hero_meta());
item.meta = Some(hero_meta());

let mut futures = FuturesOrdered::new();
for mut child in item.children() {
Expand Down

0 comments on commit 92da44e

Please sign in to comment.