Skip to content

Commit 4aa9c6e

Browse files
charpeniMorgan Pretty
authored andcommitted
Fix tab in Examples/UIExplorer/SwitchExample.js
Summary: Closes facebook#7585 Differential Revision: D3332470 fbshipit-source-id: 660dbb3e635a45cff35583b1a01094ec09ecb6fb
1 parent bfa782b commit 4aa9c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/UIExplorer/SwitchExample.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ var EventSwitchExample = React.createClass({
109109
onValueChange={(value) => this.setState({eventSwitchIsOn: value})}
110110
style={{marginBottom: 10}}
111111
value={this.state.eventSwitchIsOn} />
112-
<Text>{this.state.eventSwitchIsOn ? 'On' : 'Off'}</Text>
112+
<Text>{this.state.eventSwitchIsOn ? 'On' : 'Off'}</Text>
113113
</View>
114114
<View>
115115
<Switch

0 commit comments

Comments
 (0)