Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit bb95484

Browse files
authored
Fixes syntax error
1 parent 1e9abaf commit bb95484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class SmoothPinCodeInput extends Component {
109109
keyboardType,
110110
animationFocused,
111111
testID,
112-
editable
112+
editable,
113113
inputProps,
114114
} = this.props;
115115
const { maskDelay, focused } = this.state;

0 commit comments

Comments
 (0)