Skip to content

Commit 7e69f2d

Browse files
committed
fix lint warning
1 parent ca84ad2 commit 7e69f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/components/cells/toggle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export function CellToggle({value, onChange, label}: PropsType) {
1515
<Switch
1616
onTintColor={c.switchTintOn}
1717
onValueChange={onChange}
18-
value={value}
1918
tintColor={c.switchTintOff}
19+
value={value}
2020
/>
2121
)
2222
return <Cell cellAccessoryView={toggle} title={label} />

0 commit comments

Comments
 (0)