Skip to content

Commit 3e38eb8

Browse files
author
Marik Shnitman
committed
removed comment
1 parent c7091e3 commit 3e38eb8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/switch/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ class Switch extends Component<SwitchProps> {
8686
return {
8787
accessible: true,
8888
accessibilityRole: 'switch',
89-
// accessibilityState: disabled ? ['disabled'] : value ? ['checked'] : ['unchecked'],
9089
accessibilityState: {
9190
disabled,
9291
checked: value ? 'checked' : 'unchecked'

0 commit comments

Comments
 (0)