diff --git a/src/types/onyx/Account.ts b/src/types/onyx/Account.ts index 594e2ec36b72..aee940c0c740 100644 --- a/src/types/onyx/Account.ts +++ b/src/types/onyx/Account.ts @@ -211,9 +211,6 @@ type Account = { /** Whether or not the user uses expensify card */ isUsingExpensifyCard?: boolean; - /** Whether Expensify Card approval flow is ongoing - checking loginList for private domains */ - isCheckingDomain?: boolean; - /** Whether or not the user has lounge access */ hasLoungeAccess?: boolean;