Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Vit Horacek <[email protected]>
  • Loading branch information
hannojg and mountiny authored Oct 15, 2024
1 parent 3a67f1d commit fbed81f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Composer/index.e2e.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type {TextInput} from 'react-native';
import Composer from './implementation';
import type {ComposerProps} from './types';

function ComposerE2e(props: ComposerProps, ref: ForwardedRef<TextInput>) {
function ComposerE2E(props: ComposerProps, ref: ForwardedRef<TextInput>) {
return (
<Composer
// eslint-disable-next-line react/jsx-props-no-spreading
Expand All @@ -16,4 +16,4 @@ function ComposerE2e(props: ComposerProps, ref: ForwardedRef<TextInput>) {
);
}

export default React.forwardRef(ComposerE2e);
export default React.forwardRef(ComposerE2E);

0 comments on commit fbed81f

Please sign in to comment.