mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-18 22:58:30 +00:00
fix formatting
This commit is contained in:
parent
b9d179c494
commit
ccd0ccffa7
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ fn App(cx: Scope) -> Element {
|
||||||
},
|
},
|
||||||
"Change"
|
"Change"
|
||||||
}
|
}
|
||||||
if let Some(item) = signal.as_mapped_ref(){
|
if let Some(item) = signal.as_mapped_ref() {
|
||||||
render! {
|
render! {
|
||||||
Child { signal: item }
|
Child { signal: item }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue