Skip to content

Commit 2cc2fd0

Browse files
committed
formattings
1 parent 0d8b608 commit 2cc2fd0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/sectionsWheelPicker/SectionsWheelPicker.driver.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ import {useComponentDriver, ComponentProps} from '../../testkit/new/Component.dr
33
import {WheelPickerDriver} from '../WheelPicker/WheelPicker.driver';
44
import {SectionsWheelPickerProps} from './index';
55

6-
76
export const SectionsWheelPickerDriver = (props: ComponentProps) => {
87
const driver = useComponentDriver<SectionsWheelPickerProps>(props);
9-
108
const sectionsDrivers = React.Children.toArray(driver.getElement().props.children).map((section) => {
119
if (typeof section === 'object' && 'props' in section) {
1210
return WheelPickerDriver({

0 commit comments

Comments
 (0)