Skip to content

Commit

Permalink
ExampleScreenPresenter - fix typo (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
M-i-k-e-l authored Jun 27, 2021
1 parent ab1a247 commit 26543a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/screens/ExampleScreenPresenter.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function renderBooleanGroup(title, options) {
marginR-s2
useCustomTheme
key={key}
textID={key}
testID={key}
value={value}
onValueChange={value => this.setState({[key]: value})}
/>
Expand Down

0 comments on commit 26543a3

Please sign in to comment.