From af952f546882ae70d401093b28c273835ee70de7 Mon Sep 17 00:00:00 2001 From: Krishna Chaitanya Date: Tue, 10 Mar 2026 15:56:49 +0530 Subject: [PATCH] remove unused property isCheckingDomain --- src/types/onyx/Account.ts | 3 --- 1 file changed, 3 deletions(-) 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;