Skip to content

Commit badced3

Browse files
committed
Fix useOnyx import
1 parent f938603 commit badced3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/home/report/ReportActionCompose/SilentCommentUpdater/index.android.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {useEffect} from 'react';
2-
import {useOnyx} from 'react-native-onyx';
2+
import useOnyx from '@hooks/useOnyx';
33
import ONYXKEYS from '@src/ONYXKEYS';
44
import type SilentCommentUpdaterProps from './types';
55

src/pages/home/report/ReportActionCompose/SilentCommentUpdater/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {useEffect} from 'react';
2-
import {useOnyx} from 'react-native-onyx';
32
import useLocalize from '@hooks/useLocalize';
3+
import useOnyx from '@hooks/useOnyx';
44
import usePrevious from '@hooks/usePrevious';
55
import ONYXKEYS from '@src/ONYXKEYS';
66
import type SilentCommentUpdaterProps from './types';

0 commit comments

Comments
 (0)