Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrainsby committed Feb 3, 2016
1 parent 593cc59 commit 9d9ee50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ var Accordion = React.createClass({
}}
>
<View ref="AccordionContent">
{Platform.os === 'ios' || this.state.is_visible ? this.props.content: null}
{Platform.OS === 'ios' || this.state.is_visible ? this.props.content: null}
</View>
</View>
</View>
Expand Down

0 comments on commit 9d9ee50

Please sign in to comment.