Skip to content

Commit 461a42e

Browse files
committed
💚 linter
1 parent 9711a75 commit 461a42e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

personalization-webcomponents/src/components/ChecklistList.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ function handleArrowKeyDown(event: KeyboardEvent) {
154154
const maxIndex = props.checklistItems.length - 1;
155155
const move = (direction: number) => {
156156
if (draggedIndex.value) {
157-
158157
const newIndex = draggedIndex.value + direction;
159158
if (newIndex < 0 || newIndex > maxIndex) return;
160159

0 commit comments

Comments
 (0)