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/app/(proper_react)/(redesign)/(authenticated)/user/(dashboard)/dashboard/fix/data-broker-profiles/manual-remove/ManualRemove.test.tsx
+9-11Lines changed: 9 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,6 @@ import { composeStory } from "@storybook/react";
Copy file name to clipboardExpand all lines: src/app/(proper_react)/(redesign)/(authenticated)/user/(dashboard)/settings/panels/SettingsPanelEditProfile/EditProfileFormInputs.tsx
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -255,6 +255,9 @@ function EditProfileFormInputs(props: {
255
255
})
256
256
}
257
257
name={`${props.profileDataKey}-0`}
258
+
// Used to be covered by a test that was removed;
259
+
// not worth re-testing at this point:
260
+
/* c8 ignore next */
258
261
value={primaryPhoneItem.value??""}
259
262
isInvalid={!primaryPhoneItem.isValid}
260
263
label={l10n.getString(
@@ -290,6 +293,9 @@ function EditProfileFormInputs(props: {
/** @deprecated Only used to check whether we've hit OneRep quota compared to env vars, so doesn't need Moscary equialent check whether we've hit OneRep quota compared to env vars, so doesn't need Moscary equialents. */
557
+
/** @deprecated Only used to check whether we've hit OneRep quota compared to env vars. */
0 commit comments