Skip to content

Commit e8dc1d5

Browse files
committed
Little refactoring
1 parent 8a7c58f commit e8dc1d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/components/AboutButton/AboutButtonView.native.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import Button from 'react-native-button';
44
import styles from '../../native/styles';
55

66
export default props =>
7-
<Button
8-
onPress={props.onClick}
7+
<Button
8+
onPress={props.onClick}
99
style={styles.buttonText}
1010
containerStyle={styles.button}>
1111
About

app/components/HelpButton/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class HelpButton extends React.Component {
1010
render() {
1111
return (
1212
<HelpButtonContainer { ...this.props }/>
13-
)
13+
);
1414
}
1515
}
1616

0 commit comments

Comments
 (0)