mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-27 06:30:20 +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"
|
||||
}
|
||||
if let Some(item) = signal.as_mapped_ref(){
|
||||
if let Some(item) = signal.as_mapped_ref() {
|
||||
render! {
|
||||
Child { signal: item }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue