chore: formatting
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Moritz 2025-07-04 00:58:18 +02:00
parent c251e1dba3
commit 8a8502724d
Signed by: moritz
GPG key ID: 1020A035E5DD0824
3 changed files with 29 additions and 8 deletions

View file

@ -52,7 +52,7 @@ defmodule MvWeb.Layouts do
</Backpex.HTML.Layout.sidebar_item>
</:sidebar>
<Backpex.HTML.Layout.flash_messages flash={@flash} />
<%= @inner_content %>
{@inner_content}
</Backpex.HTML.Layout.app_shell>
"""
end

View file

@ -72,4 +72,3 @@ defmodule MvWeb.Live.MemberLive do
]
end
end