Improved for showing the person's name

This commit is contained in:
Scott Idem
2025-05-14 21:24:25 -04:00
parent 211945828d
commit ffa33b5fa0
5 changed files with 8 additions and 3 deletions

View File

@@ -153,7 +153,7 @@ max-w-max -->
"
>
<User class="mx-1 inline-block text-gray-500" />
{$ae_loc?.person?.full_name ?? '-- not set --'}<br />
{$ae_loc?.person?.full_name_override ?? $ae_loc?.person?.full_name}<br />
<!-- <ShieldUser /> -->
<ShieldUser class="mx-1 inline-block text-gray-500" />
{$ae_loc?.user?.username ?? '-- not set --'}<br />