Skip to content

Commit c3440d9

Browse files
committed
Fixed typo
1 parent e44def3 commit c3440d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ConfirmationCodeInput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default class ConfirmationCodeInput extends Component {
2020
ignoreCase: PropTypes.bool,
2121
autoFocus: PropTypes.bool,
2222
codeInputStyle: TextInput.propTypes.style,
23-
containerStyle: ViewPropTypes.style,
23+
containerStyle: viewPropTypes.style,
2424
onFulfill: PropTypes.func,
2525
};
2626

0 commit comments

Comments
 (0)