@@ -195,7 +195,7 @@ const { data: transparencyInformation } = useQuery({
|
||||
queryFn: () => client.labrinth.payouts_v3.getPlatformRevenue(),
|
||||
})
|
||||
|
||||
const platformRevenue = computed(() => (transparencyInformation.value as any)?.all_time)
|
||||
const platformRevenue = computed(() => Number((transparencyInformation.value as any)?.all_time))
|
||||
const platformRevenueData = computed(
|
||||
() => (transparencyInformation.value as any)?.data?.slice(0, 5) ?? [],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user