diff --git a/app/src/components/app.rs b/app/src/components/app.rs index 640b1ab..36a6308 100644 --- a/app/src/components/app.rs +++ b/app/src/components/app.rs @@ -258,12 +258,11 @@ impl App { } fn view_banner(&self, ctx: &Context) -> Html { - let link = ctx.link(); html! {
- +

{"LLDAP"}

@@ -272,7 +271,7 @@ impl App { <>
  • {"Users"} @@ -280,7 +279,7 @@ impl App {
  • {"Groups"} @@ -289,7 +288,7 @@ impl App { } } else { html!{} } } - { self.view_user_menu(ctx) } // TODO migrate chagnes from above + { self.view_user_menu(ctx) }
  • @@ -303,7 +302,7 @@ impl App { html! {