You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/settings/Security/SecuritySettingsPage.tsx
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -150,8 +150,7 @@ function SecuritySettingsPage() {
150
150
showLockedAccountModal();
151
151
return;
152
152
}
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
0 commit comments