Skip to content

Commit 53b196f

Browse files
committed
fix typecheck
1 parent 5fcf9ad commit 53b196f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/ONYXKEYS.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -532,9 +532,6 @@ const ONYXKEYS = {
532532
/** Set this gets redirected from global reimbursements flow */
533533
IS_COMING_FROM_GLOBAL_REIMBURSEMENTS_FLOW: 'isComingFromGlobalReimbursementsFlow',
534534

535-
/** Stores HybridApp specific state required to interoperate with OldDot */
536-
HYBRID_APP: 'hybridApp',
537-
538535
/** Stores information for OpenUnreportedExpensesPage API call pagination */
539536
HAS_MORE_UNREPORTED_TRANSACTIONS_RESULTS: 'hasMoreUnreportedTransactionsResults',
540537

src/pages/signin/ValidateCodeForm/BaseValidateCodeForm.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ function BaseValidateCodeForm({autoComplete, isUsingRecoveryCode, setIsUsingReco
5050
const [account] = useOnyx(ONYXKEYS.ACCOUNT, {canBeMissing: true});
5151
const [credentials] = useOnyx(ONYXKEYS.CREDENTIALS, {canBeMissing: true});
5252
const [session] = useOnyx(ONYXKEYS.SESSION, {canBeMissing: false});
53-
const [hybridApp] = useOnyx(ONYXKEYS.HYBRID_APP, {canBeMissing: false});
5453
const styles = useThemeStyles();
5554
const StyleUtils = useStyleUtils();
5655
const {translate} = useLocalize();

0 commit comments

Comments
 (0)