Skip to content

Commit

Permalink
✨ Add createdTotalSales in user stats
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiJun0827 authored and williamchong committed Feb 14, 2023
1 parent 3f375f0 commit 4fb39a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/UserStats/Controller.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ export default {
createdCollectorCount() {
return this.userStats?.createdCollectorCount || 0;
},
createdTotalSales() {
return this.userStats?.createdTotalSales || 0;
},
isLoadingStats() {
return !this.userStats;
},
Expand Down

0 comments on commit 4fb39a3

Please sign in to comment.