fix eslint errors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user