fix eslint errors

This commit is contained in:
Elijah Duffy
2025-07-11 11:55:22 -07:00
parent 23c0236596
commit f7e46077e3
8 changed files with 26 additions and 12 deletions

View File

@@ -310,7 +310,7 @@
<!-- Form progress bar -->
{#snippet progress()}
{#each { length: pages.length - 2 } as _, i}
{#each { length: pages.length - 2 } as _, i (i)}
<div
class="relative flex h-6 w-7 items-center justify-center rounded-3xl bg-white
text-sm dark:bg-slate-600 {index === i