diff --git a/src/views/AdminDashboard.tsx b/src/views/AdminDashboard.tsx index 49c3ea8..d9da872 100644 --- a/src/views/AdminDashboard.tsx +++ b/src/views/AdminDashboard.tsx @@ -1023,7 +1023,13 @@ function TopEventsCard({ group }: { group: EventAnalyticsSchema["top_events"] }) {group.top_items.length ? ( group.top_items.map((event, index) => ( -
+

{event.title}

@@ -1033,7 +1039,7 @@ function TopEventsCard({ group }: { group: EventAnalyticsSchema["top_events"] })

{toPersianDigits(index + 1)} -
+ )) ) : (

داده‌ای وجود ندارد.

@@ -1058,7 +1064,13 @@ function TopPostsCard({ posts }: { posts: BlogAnalyticsSchema["top_posts"] }) { {posts.length ? ( posts.map((post, index) => ( -
+

{post.title}

@@ -1066,7 +1078,7 @@ function TopPostsCard({ posts }: { posts: BlogAnalyticsSchema["top_posts"] }) { {formatNumberPersian(post.comments)} کامنت

-
+ )) ) : (

داده‌ای وجود ندارد.