File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ export default function Stats() {
1919 'private_user_messages' ,
2020 'profile_comments' ,
2121 'love_compatibility_answers' ,
22+ 'votes' ,
23+ 'vote_results' ,
2224 ] as const
2325
2426 const settled = await Promise . allSettled (
@@ -58,6 +60,8 @@ export default function Stats() {
5860 { ! ! data . bookmarked_searches && < StatBox value = { data . bookmarked_searches } label = { 'Searches Bookmarked' } /> }
5961 { ! ! data . profile_comments && < StatBox value = { data . profile_comments } label = { 'Endorsements' } /> }
6062 { ! ! data . love_compatibility_answers && < StatBox value = { data . love_compatibility_answers } label = { 'Prompts Answered' } /> }
63+ { ! ! data . votes && < StatBox value = { data . votes } label = { 'Proposals' } /> }
64+ { ! ! data . vote_results && < StatBox value = { data . vote_results } label = { 'Votes' } /> }
6165 </ Col >
6266 </ Col >
6367 </ LovePage >
You can’t perform that action at this time.
0 commit comments