Skip to content

Commit f12054d

Browse files
committed
chore: prettier
1 parent 10eeb73 commit f12054d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/components/fields/ComboBox/ComboBox.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,6 @@ function ComboBoxOverlay({
877877
updatePosition();
878878
}, 3);
879879
}
880-
881880
}, [isOpen]);
882881

883882
// Extract primary placement direction for consistent styling

src/components/fields/Select/Select.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,6 @@ export function ListBoxPopup({
533533
updatePosition();
534534
}, 3);
535535
}
536-
537536
}, [state.isOpen]);
538537

539538
// Get props for the listbox

0 commit comments

Comments
 (0)