We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c909a commit 071a49aCopy full SHA for 071a49a
1 file changed
src/hooks/useSearchHighlightAndScroll.ts
@@ -9,8 +9,8 @@ import type {SearchKey} from '@libs/SearchUIUtils';
9
import CONST from '@src/CONST';
10
import ONYXKEYS from '@src/ONYXKEYS';
11
import type {ReportActions, SearchResults, Transaction} from '@src/types/onyx';
12
-import usePrevious from './usePrevious';
13
import useNetwork from './useNetwork';
+import usePrevious from './usePrevious';
14
15
type UseSearchHighlightAndScroll = {
16
searchResults: OnyxEntry<SearchResults>;
0 commit comments