Skip to content

Commit 10a0ac6

Browse files
committed
chore(flags): delete more files and methods re: broker maintenance
1 parent 27e3719 commit 10a0ac6

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
@@ -178,7 +178,6 @@ export const View = (props: Props) => {
178178
arraySortedByDate.filter((exposure: Exposure) => {
179179
const exposureStatus = getExposureStatus(
180180
exposure,
181-
isDataBrokerUnderMaintenance(exposure),
182181
props.enabledFeatureFlags,
183182
);
184183

@@ -597,13 +596,3 @@ export const View = (props: Props) => {
597596
</div>
598597
);
599598
};
600-
601-
export function isDataBrokerUnderMaintenance(
602-
exposure: Exposure | OnerepScanResultDataBrokerRow,
603-
): boolean {
604-
return (
605-
isScanResult(exposure) &&
606-
exposure.broker_status === "removal_under_maintenance" &&
607-
exposure.status !== "removed"
608-
);
609-
}

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)