Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
wolverineks committed Jul 20, 2021
1 parent 10ad27a commit 0d9420f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FirstRun/AcceptTermsOfServiceScreen.js
Expand Up @@ -129,5 +129,5 @@ export default injectIntl(
)(AcceptTermsOfServiceScreen),
)

const Footer = ({children}) => <View style={styles.footer}>{children}</View>
const Footer = ({children}: {children: React$Node}) => <View style={styles.footer}>{children}</View>
const Spacer = () => <View style={styles.spacer} />

0 comments on commit 0d9420f

Please sign in to comment.