fix: function list

This commit is contained in:
Timothy Jaeryang Baek 2024-11-24 15:45:23 -08:00
parent fac8c3259c
commit a3a205abd1

View File

@ -219,7 +219,7 @@
</div>
<div class="mb-5">
{#each filteredItems as func}
{#each filteredItems as func (func.id)}
<div
class=" flex space-x-4 cursor-pointer w-full px-3 py-2 dark:hover:bg-white/5 hover:bg-black/5 rounded-xl"
>