File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
src/app/(proper_react)/(redesign)/(authenticated)/user/(dashboard)/dashboard/fix Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ export const ResolutionContainer = (props: ResolutionContainerProps) => {
3737 : "high-risk-breach-estimated-time" ;
3838
3939 const resolutionSummary = getDashboardSummary (
40- props . data . latestScanData ?. results ?? [ ] ,
4140 props . data . subscriberBreaches ,
4241 props . enabledFeatureFlags ,
4342 ) ;
@@ -58,12 +57,7 @@ export const ResolutionContainer = (props: ResolutionContainerProps) => {
5857 < ProgressCard
5958 isPremiumUser = { props . isPremiumUser }
6059 isEligibleForPremium = { props . isEligibleForPremium }
61- resolvedByYou = {
62- resolutionSummary . dataBrokerManuallyResolvedDataPointsNum +
63- resolutionSummary . dataBreachFixedDataPointsNum
64- }
65- autoRemoved = { resolutionSummary . dataBrokerAutoFixedDataPointsNum }
66- inProgress = { resolutionSummary . dataBrokerInProgressDataPointsNum }
60+ resolvedByYou = { resolutionSummary . dataBreachFixedDataPointsNum }
6761 />
6862 </ div >
6963 ) : (
You can’t perform that action at this time.
0 commit comments