Skip to content

Commit 92eb81d

Browse files
committed
Change filter loop key
1 parent dae0701 commit 92eb81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/lib/components/diff-filtering/DiffFilterDialog.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
</Button.Root>
105105
</form>
106106
<ul class="h-48 overflow-y-auto rounded-md border inset-shadow-xs">
107-
{#each instance.reverseFilePathFilters as filter, i (i)}
107+
{#each instance.reverseFilePathFilters as filter (filter)}
108108
<li class="flex gap-1 border-b px-2 py-1">
109109
<span class="grow">
110110
{filter.text}

0 commit comments

Comments
 (0)