Skip to content

Commit 26543a3

Browse files
authored
ExampleScreenPresenter - fix typo (#1374)
1 parent ab1a247 commit 26543a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/screens/ExampleScreenPresenter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function renderBooleanGroup(title, options) {
4444
marginR-s2
4545
useCustomTheme
4646
key={key}
47-
textID={key}
47+
testID={key}
4848
value={value}
4949
onValueChange={value => this.setState({[key]: value})}
5050
/>

0 commit comments

Comments
 (0)