test: fix tests and skip tests for initials generation
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon 2025-09-29 16:05:00 +02:00
parent e3dd333e89
commit 863821f3ae
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2
5 changed files with 28 additions and 21 deletions

View file

@ -4,7 +4,7 @@ defmodule MvWeb.UserLive.Show do
@impl true
def render(assigns) do
~H"""
<Layouts.app flash={@flash} current_user={@current_user}>
<Layouts.app flash={@flash}>
<.header>
{gettext("User")} {@user.email}
<:subtitle>{gettext("This is a user record from your database.")}</:subtitle>