소스 검색

fix: function list

Timothy Jaeryang Baek 5 달 전
부모
커밋
a3a205abd1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/lib/components/admin/Functions.svelte

+ 1 - 1
src/lib/components/admin/Functions.svelte

@@ -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"
 		>