Skip to content

Commit

Permalink
undo debug
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed May 9, 2024
1 parent d068785 commit 9fd467b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/WorkspacesSettingsUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ function getOwnershipChecksDisplayText(
const subscription = changeOwner?.subscription as unknown as {ownerUserCount: number; totalUserCount: number};
const ownerOwesAmount = changeOwner?.ownerOwesAmount as unknown as {ownerEmail: string; amount: number; currency: string};

switch (CONST.POLICY.OWNERSHIP_ERRORS.FAILED_TO_CLEAR_BALANCE) {
switch (error) {
case CONST.POLICY.OWNERSHIP_ERRORS.AMOUNT_OWED:
title = translate('workspace.changeOwner.amountOwedTitle');
text = translate('workspace.changeOwner.amountOwedText');
Expand Down

0 comments on commit 9fd467b

Please sign in to comment.