Skip to content

Commit 4a89714

Browse files
committed
fix spellCheck
1 parent 12a7094 commit 4a89714

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/settings/Security/SecuritySettingsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ function SecuritySettingsPage() {
150150
showLockedAccountModal();
151151
return;
152152
}
153-
// @ts-expect-error - There is no pricing for invoicing subscription type, so we need to define a seperate constant for it which is not defined in the subscription type enum
153+
// @ts-expect-error - There is no pricing for invoicing subscription type, so we need to define a separate constant for it which is not defined in the subscription type enum
154154
if (privateSubscription?.type === CONST.INVOICING_SUBSCRIPTION_TYPE) {
155155
Navigation.navigate(
156156
ROUTES.SETTINGS_MERGE_ACCOUNTS_RESULT.getRoute(currentUserPersonalDetails.login ?? '', CONST.MERGE_ACCOUNT_RESULTS.ERR_INVOICING, ROUTES.SETTINGS_SECURITY),

0 commit comments

Comments
 (0)