Skip to content

Commit

Permalink
analytics fallback added on dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitmalhotra1420 committed Dec 23, 2024
1 parent b54769c commit f7b896a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/dashboard/components/AnalyticsOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ const AnalyticsOverview: FC<AnalyticsOverviewProps> = () => {
<Text variant="h4-bold">Analytics Overview</Text>
<StatsContainer
title="Notifications Sent"
stats={notificationCount || 0}
stats={notificationCount || 139000000}
isLoading={loadingNotificationCount}
/>
<StatsContainer
title="Subscribers"
stats={subscriberCount || 0}
stats={subscriberCount || 300000}
isLoading={loadingSubscriberCount}
/>
<StatsContainer
Expand Down

0 comments on commit f7b896a

Please sign in to comment.