diff --git a/src/components/statistics/Statistics.tsx b/src/components/statistics/Statistics.tsx index 1b2c04c7f..54e35389f 100644 --- a/src/components/statistics/Statistics.tsx +++ b/src/components/statistics/Statistics.tsx @@ -24,12 +24,12 @@ export type ActivityEvent = | 'AccountFollowed' export const eventArr = [ + 'PostReactionCreated,CommentReactionCreated', + 'PostCreated', 'SpaceCreated', 'SpaceFollowed', - 'PostCreated', 'PostShared,CommentShared', // 'CommentCreated,CommentReplyCreated', - 'PostReactionCreated,CommentReactionCreated', 'AccountFollowed', ] @@ -99,7 +99,9 @@ export function InnerStatistics(props: FormProps) { >