Remove obsolete TODOs

This commit is contained in:
2025-03-18 13:08:01 +01:00
parent 1fe6c49f2b
commit 6f329322bc
2 changed files with 0 additions and 3 deletions

View File

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

View File

@ -318,7 +318,6 @@
{/await}
</div>
<!-- TODO: Add user option to display driver codes instead of headshots (or both) -->
<div class="flex w-full overflow-x-scroll pb-2">
{#await Promise.all( [data.seasonpickedusers, data.seasonpicks, data.hottakes, data.drivers, data.teams], ) then [seasonpicked, seasonpicks, hottakes, drivers, teams]}
{#each seasonpicked as user}
@ -352,7 +351,6 @@
style="height: 40px; line-height: 40px;"
class="ml-2 hidden text-nowrap text-center align-middle lg:block"
>
<!-- TODO: Setting to toggle between username or firstname display -->
{user.firstname}
</div>
</div>