fix for user stat dashboard
This commit is contained in:
parent
a4e6ec0fba
commit
244cff14b0
@ -59,7 +59,7 @@ export default function Growth ({
|
||||
}) {
|
||||
const router = useRouter()
|
||||
const { when } = router.query
|
||||
const avg = ['month', 'year', 'forever'].includes(when) ? 'avg daily' : ''
|
||||
const avg = ['year', 'forever'].includes(when) ? 'avg daily ' : ''
|
||||
return (
|
||||
<Layout>
|
||||
<UsageHeader />
|
||||
|
Loading…
x
Reference in New Issue
Block a user