Skip to content

Commit

Permalink
Fixed file linting
Browse files Browse the repository at this point in the history
  • Loading branch information
neg-0 committed Sep 22, 2023
1 parent f855032 commit ccc8175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TextInput/BaseTextInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ function BaseTextInput(props) {
<Text
style={[...props.inputStyle, props.autoGrowHeight && styles.autoGrowHeightHiddenInput(width, maxHeight), styles.hiddenElementOutsideOfWindow, styles.visibilityHidden]}
onLayout={(e) => {
let additionalWidth = 0
let additionalWidth = 0;
if (Browser.isMobileSafari() || Browser.isSafari()) {
additionalWidth = 2;
}
Expand Down

0 comments on commit ccc8175

Please sign in to comment.