diff --git a/src/App.tsx b/src/App.tsx
index b0869b53..cf0a6de5 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -92,7 +92,6 @@ const RenderRouter: React.FC = () => {
-
diff --git a/src/components/NotificationCentre/useMakeNotification.ts b/src/components/NotificationCentre/useMakeNotification.ts
index c4c5c752..2f0fd0ab 100644
--- a/src/components/NotificationCentre/useMakeNotification.ts
+++ b/src/components/NotificationCentre/useMakeNotification.ts
@@ -20,7 +20,6 @@ export const useMakeNotification = () => {
idleQueue([
() => consumerNotifications.makeNoBoosterNotification(),
() => generalNotifications.makeConsumerRewardsProgrameNotification(),
- () => consumerNotifications.makeUnhealthyConsumerRewardsProjectNotification(),
() => indexerNotifications.makeOverAllocateAndUnStakeAllocationNotification(),
() => indexerNotifications.makeLowControllerBalanceNotification(),
() => generalNotifications.makeUnhealthyAllocationNotification(),
diff --git a/src/pages/dashboard/components/ActiveCard/ActiveCard.tsx b/src/pages/dashboard/components/ActiveCard/ActiveCard.tsx
index 3a4465a4..b907b8e3 100644
--- a/src/pages/dashboard/components/ActiveCard/ActiveCard.tsx
+++ b/src/pages/dashboard/components/ActiveCard/ActiveCard.tsx
@@ -166,7 +166,7 @@ export const ActiveCard = () => {
className={styles.projectsCard}
>
-
@@ -214,7 +214,7 @@ export const ActiveCard = () => {
}
style={{ width: '100%' }}
className={styles.consumerRewardsCard}
- >
+ > */}
);
},