Skip to content

Commit

Permalink
fix: Fix typo on Error.js (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
chmartinez authored and sospedra committed Jul 17, 2019
1 parent 79c107f commit ecbebe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Error/Error.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default class ReinputError extends React.Component {
{this.props.error}
</Text>
) : (
<View styles={styles.placeholder()} />
<View style={styles.placeholder()} />
)
}
}

0 comments on commit ecbebe4

Please sign in to comment.