Skip to content

Commit 67be453

Browse files
committed
lint.
1 parent f288701 commit 67be453

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib/components/bottomModalAlert.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,9 @@
319319
<button
320320
aria-label="Previous"
321321
class="icon-cheveron-left"
322-
style:cursor={currentIndex !== 0 ? 'pointer' : undefined}
322+
style:cursor={currentIndex !== 0
323+
? 'pointer'
324+
: undefined}
323325
on:click={showPrevious}
324326
disabled={currentIndex === 0}
325327
class:active={currentIndex > 0}></button>

0 commit comments

Comments
 (0)