Skip to content

Commit

Permalink
remove now useless braces in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldSEnder committed May 16, 2022
1 parent f61439e commit e5c561d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/advanced-topics/children.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ pub fn render_page(with_sidebar: bool) -> Html {
if with_sidebar {
// Page with sidebar
html! {
<Page sidebar={{html_nested! {
<Page sidebar={html_nested! {
<PageSideBar />
}}} />
}} />
}
} else {
// Page without sidebar
Expand Down

0 comments on commit e5c561d

Please sign in to comment.