From 112130845b8ee16dcf6152a7f2640acdcbd048ce Mon Sep 17 00:00:00 2001 From: Yuwen Memon Date: Mon, 22 Apr 2024 16:18:33 -0700 Subject: [PATCH] Remove doesDomainHaveApprovedAccountant from Account type --- 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 5b9470c6ca6f..67ff12c74150 100644 --- a/src/types/onyx/Account.ts +++ b/src/types/onyx/Account.ts @@ -36,9 +36,6 @@ type Account = { /** The message to be displayed when code requested */ message?: string; - /** Accounts that are on a domain with an Approved Accountant */ - doesDomainHaveApprovedAccountant?: boolean; - /** Form that is being loaded */ loadingForm?: ValueOf;