Skip to content

Commit

Permalink
Merge pull request #34267 from Expensify/vit-revert31354
Browse files Browse the repository at this point in the history
[CP Staging] Revert "Merge pull request #31354 from hurali97/perf/search-transitio…
  • Loading branch information
mountiny authored Jan 10, 2024
2 parents 50865ef + 10a4134 commit 0ffca02
Show file tree
Hide file tree
Showing 10 changed files with 341 additions and 409 deletions.
4 changes: 2 additions & 2 deletions src/components/LHNOptionsList/LHNOptionsList.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {FlashList} from '@shopify/flash-list';
import lodashGet from 'lodash/get';
import PropTypes from 'prop-types';
import React, {memo, useCallback} from 'react';
import React, {useCallback} from 'react';
import {View} from 'react-native';
import {withOnyx} from 'react-native-onyx';
import _ from 'underscore';
Expand Down Expand Up @@ -190,4 +190,4 @@ export default compose(
key: ONYXKEYS.COLLECTION.REPORT_DRAFT_COMMENT,
},
}),
)(memo(LHNOptionsList));
)(LHNOptionsList);
Loading

0 comments on commit 0ffca02

Please sign in to comment.