Skip to content

Commit 33ac452

Browse files
committed
big sweep
1 parent d6be9dc commit 33ac452

33 files changed

+79
-3346
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ export type DashboardTopBannerProps = {
1515
bannerData: DashboardSummary;
1616
hasExposures: boolean;
1717
hasUnresolvedBreaches: boolean;
18-
hasUnresolvedBrokers: boolean;
1918
isEligibleForFreeScan: boolean;
2019
isEligibleForPremium: boolean;
2120
isPremiumUser: boolean;
22-
scanInProgress: boolean;
2321
stepDeterminationData: StepDeterminationData;
2422
tabType: TabType;
2523
onShowFixed: () => void;
@@ -52,7 +50,6 @@ export const DashboardTopBanner = (props: DashboardTopBannerProps) => {
5250
<DashboardTopBannerContent {...props} />
5351
<div className={styles.chart}>
5452
<Chart
55-
scanInProgress={props.scanInProgress}
5653
data={chartData}
5754
isEligibleForFreeScan={props.isEligibleForFreeScan}
5855
isEligibleForPremium={props.isEligibleForPremium}

0 commit comments

Comments
 (0)