fix(admin): round monthlyRevenue and drop dead cadence ternaries
This commit is contained in:
parent
0dd68ff1aa
commit
f848773887
2 changed files with 3 additions and 3 deletions
|
|
@ -46,7 +46,7 @@ export default defineEventHandler(async (event) => {
|
|||
stats: {
|
||||
totalMembers,
|
||||
activeEvents,
|
||||
monthlyRevenue,
|
||||
monthlyRevenue: Math.round(monthlyRevenue),
|
||||
pendingSlackInvites
|
||||
},
|
||||
recentMembers,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue