Skip to content

Commit

Permalink
Fix PickerIOSExample
Browse files Browse the repository at this point in the history
Reviewed By: nicklockwood

Differential Revision: D2735834

fb-gh-sync-id: 8f2777ec2afe007523ea85cca27f40497910d2d1
  • Loading branch information
gabelevi authored and facebook-github-bot-3 committed Dec 8, 2015
1 parent 2022225 commit 066ebc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Examples/UIExplorer/PickerIOSExample.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,10 @@ var PickerStyleExample = React.createClass({
getInitialState: function() {
return {
carMake: 'cadillac',
modelIndex: 0,
};
},

render: function() {
var make = CAR_MAKES_AND_MODELS[this.state.carMake];
var selectionString = make.name + ' ' + make.models[this.state.modelIndex];
Expand Down

0 comments on commit 066ebc0

Please sign in to comment.