Skip to content

Commit

Permalink
numbers fixed for analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitmalhotra1420 committed Dec 24, 2024
1 parent a19870a commit 13ec9c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/dashboard/components/AnalyticsOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ const AnalyticsOverview: FC<AnalyticsOverviewProps> = () => {
<Text variant="h4-bold">Analytics Overview</Text>
<StatsContainer
title="Notifications Sent"
stats={notificationCount || 139000000}
stats={notificationCount || 140902329}
isLoading={loadingNotificationCount}
/>
<StatsContainer
title="Subscribers"
stats={subscriberCount || 300000}
stats={subscriberCount || 296625}
isLoading={loadingSubscriberCount}
/>
<StatsContainer
title="Messages Sent"
stats={messageCount || 0}
stats={messageCount || 58834}
isLoading={loadingMessageCount}
/>
</Box>
Expand Down

0 comments on commit 13ec9c0

Please sign in to comment.