Seasonpicks: Display firstname in table

This commit is contained in:
2025-03-14 19:45:06 +01:00
parent b160d15683
commit b6fd307725

View File

@ -364,7 +364,7 @@
class="ml-2 hidden text-nowrap text-center align-middle lg:block" class="ml-2 hidden text-nowrap text-center align-middle lg:block"
> >
<!-- TODO: Setting to toggle between username or firstname display --> <!-- TODO: Setting to toggle between username or firstname display -->
{user.username} {user.firstname}
</div> </div>
</div> </div>