diff --git a/src/app.rs b/src/app.rs index d3be29f..7af8ca5 100644 --- a/src/app.rs +++ b/src/app.rs @@ -851,7 +851,7 @@ fn ResourceValue( } + children=|item: serde_json::Value| view! { }.into_any() /> } @@ -928,6 +928,7 @@ fn ItemCard(item: serde_json::Value) -> impl IntoView { {v} } + .into_any() } />