Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Feb 14, 2024
1 parent 44106ac commit f98c998
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/TextInput/BaseTextInput/index.native.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import Icon from '@components/Icon';
import * as Expensicons from '@components/Icon/Expensicons';
import PressableWithoutFeedback from '@components/Pressable/PressableWithoutFeedback';
import RNTextInput from '@components/RNTextInput';
import SwipeInterceptPanResponder from '@components/SwipeInterceptPanResponder';
import Text from '@components/Text';
import * as styleConst from '@components/TextInput/styleConst';
import TextInputLabel from '@components/TextInput/TextInputLabel';
Expand Down Expand Up @@ -52,7 +51,6 @@ function BaseTextInput(
onInputChange = () => {},
shouldDelayFocus = false,
multiline = false,
shouldInterceptSwipe = false,
autoCorrect = true,
prefixCharacter = '',
inputID,
Expand Down

0 comments on commit f98c998

Please sign in to comment.