Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo committed Dec 17, 2024
1 parent 8e0459a commit 28d3c5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type Props = {
touched?: boolean
inputRef?: React.RefObject<TextInput>
inputEditable?: boolean
error?: string
error: string | null
testID?: string
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": {
"line": 138,
"column": 15,
"index": 4454
"index": 4460
},
"end": {
"line": 141,
"column": 3,
"index": 4537
"index": 4543
}
},
{
Expand All @@ -21,12 +21,12 @@
"start": {
"line": 142,
"column": 18,
"index": 4557
"index": 4563
},
"end": {
"line": 145,
"column": 3,
"index": 4646
"index": 4652
}
}
]

0 comments on commit 28d3c5d

Please sign in to comment.