Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdengineer committed Apr 12, 2024
1 parent bd4f827 commit cfca74c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/TextInput/BaseTextInput/index.native.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -456,4 +456,4 @@ function BaseTextInput(

BaseTextInput.displayName = 'BaseTextInput';

export default forwardRef(BaseTextInput);
export default forwardRef(BaseTextInput);
2 changes: 1 addition & 1 deletion src/components/TextInput/BaseTextInput/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -487,4 +487,4 @@ function BaseTextInput(

BaseTextInput.displayName = 'BaseTextInput';

export default forwardRef(BaseTextInput);
export default forwardRef(BaseTextInput);
2 changes: 1 addition & 1 deletion src/components/TextInput/BaseTextInput/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ type BaseTextInputRef = HTMLFormElement | AnimatedTextInputRef;

type BaseTextInputProps = CustomBaseTextInputProps & TextInputProps;

export type {BaseTextInputProps, BaseTextInputRef, CustomBaseTextInputProps};
export type {BaseTextInputProps, BaseTextInputRef, CustomBaseTextInputProps};

0 comments on commit cfca74c

Please sign in to comment.