Skip to content

Commit

Permalink
Merge branch 'fix/e2e-tests-failing-2' of github.com:margelo/expensif…
Browse files Browse the repository at this point in the history
…y-app-fork into fix/e2e-tests-failing-2
  • Loading branch information
hannojg committed Oct 15, 2024
2 parents 0ffd0e0 + fbed81f commit 13263fa
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 13263fa

Please sign in to comment.