Skip to content

Commit

Permalink
Little refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
ihor committed Sep 12, 2017
1 parent 8a7c58f commit e8dc1d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/components/AboutButton/AboutButtonView.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import Button from 'react-native-button';
import styles from '../../native/styles';

export default props =>
<Button
onPress={props.onClick}
<Button
onPress={props.onClick}
style={styles.buttonText}
containerStyle={styles.button}>
About
Expand Down
2 changes: 1 addition & 1 deletion app/components/HelpButton/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class HelpButton extends React.Component {
render() {
return (
<HelpButtonContainer { ...this.props }/>
)
);
}
}

Expand Down

0 comments on commit e8dc1d5

Please sign in to comment.