Skip to content

Commit 6b1ad7e

Browse files
committed
chore(flags): delete more files and methods re: broker maintenance
1 parent f031943 commit 6b1ad7e

File tree

10 files changed

+1
-914
lines changed

10 files changed

+1
-914
lines changed

src/app/(proper_react)/(redesign)/(authenticated)/user/(dashboard)/dashboard/View.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ export const View = (props: Props) => {
183183
arraySortedByDate.filter((exposure: Exposure) => {
184184
const exposureStatus = getExposureStatus(
185185
exposure,
186-
isDataBrokerUnderMaintenance(exposure),
187186
props.enabledFeatureFlags,
188187
);
189188

@@ -616,13 +615,3 @@ export const View = (props: Props) => {
616615
</div>
617616
);
618617
};
619-
620-
export function isDataBrokerUnderMaintenance(
621-
exposure: Exposure | OnerepScanResultDataBrokerRow,
622-
): boolean {
623-
return (
624-
isScanResult(exposure) &&
625-
exposure.broker_status === "removal_under_maintenance" &&
626-
exposure.status !== "removed"
627-
);
628-
}

src/app/(proper_react)/(redesign)/(authenticated)/user/(dashboard)/dashboard/fix/data-broker-profiles/removal-under-maintenance/RemovalUnderMaintenance.module.scss

Lines changed: 0 additions & 118 deletions
This file was deleted.

src/app/(proper_react)/(redesign)/(authenticated)/user/(dashboard)/dashboard/fix/data-broker-profiles/removal-under-maintenance/RemovalUnderMaintenanceView.stories.tsx

Lines changed: 0 additions & 83 deletions
This file was deleted.

src/app/(proper_react)/(redesign)/(authenticated)/user/(dashboard)/dashboard/fix/data-broker-profiles/removal-under-maintenance/RemovalUnderMaintenanceView.test.tsx

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)