From bd750da9d5888cde07fb8f29ded9821695e1de07 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 23 Nov 2022 22:09:41 +0100 Subject: [PATCH] Update useConnect.ts --- src/utils/push/useConnect.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/push/useConnect.ts b/src/utils/push/useConnect.ts index d559e82f..a6fc3b09 100644 --- a/src/utils/push/useConnect.ts +++ b/src/utils/push/useConnect.ts @@ -14,7 +14,7 @@ import { AppState } from 'react-native' import { useSelector } from 'react-redux' const pushUseConnect = () => { - const { t } = useTranslation('screen') + const { t } = useTranslation('screens') const { theme } = useTheme() const dispatch = useAppDispatch()