Skip to content

Commit

Permalink
Merge pull request #40738 from Expensify/yuwen-doesDomain
Browse files Browse the repository at this point in the history
[No QA] Remove doesDomainHaveApprovedAccountant from Account type
  • Loading branch information
srikarparsi authored Apr 22, 2024
2 parents 5832dba + 1121308 commit 64695c8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/types/onyx/Account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<typeof CONST.FORMS>;

Expand Down

0 comments on commit 64695c8

Please sign in to comment.