diff --git a/crates/ascend/src/pages/routes.rs b/crates/ascend/src/pages/routes.rs index a1278c9..1e2674e 100644 --- a/crates/ascend/src/pages/routes.rs +++ b/crates/ascend/src/pages/routes.rs @@ -57,7 +57,7 @@ pub fn Routes() -> impl leptos::IntoView {
- {wall_uid.get().map(|wall_uid| view! {})} + {move || wall_uid.get().map(|wall_uid| view! {})}