Skip to content

Commit

Permalink
Remove doesDomainHaveApprovedAccountant from Account type
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwenmemon committed Apr 22, 2024
1 parent 5832dba commit 1121308
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 1121308

Please sign in to comment.