Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.

Commit 06de3b5

Browse files
authored
Merge pull request jasminmif#15 from jobintweets/patch-1
Update index.js
2 parents 94adcec + cdb4bce commit 06de3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screens/MainScreen/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const MainScreen = () => {
3535
cardCvv,
3636
isCardFlipped
3737
} = state;
38-
var { currentFocusedElm } = state;
38+
let { currentFocusedElm } = state;
3939

4040
// References for the Form Inputs
4141
let formFieldsRefObj = {

0 commit comments

Comments
 (0)