Skip to content

Commit b326468

Browse files
committed
formattings
1 parent 0d8b608 commit b326468

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/sectionsWheelPicker/SectionsWheelPicker.driver.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {SectionsWheelPickerProps} from './index';
66

77
export const SectionsWheelPickerDriver = (props: ComponentProps) => {
88
const driver = useComponentDriver<SectionsWheelPickerProps>(props);
9-
109
const sectionsDrivers = React.Children.toArray(driver.getElement().props.children).map((section) => {
1110
if (typeof section === 'object' && 'props' in section) {
1211
return WheelPickerDriver({

0 commit comments

Comments
 (0)