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 router = useRouter()
|
||||||
const { when } = router.query
|
const { when } = router.query
|
||||||
const avg = ['month', 'year', 'forever'].includes(when) ? 'avg daily' : ''
|
const avg = ['year', 'forever'].includes(when) ? 'avg daily ' : ''
|
||||||
return (
|
return (
|
||||||
<Layout>
|
<Layout>
|
||||||
<UsageHeader />
|
<UsageHeader />
|
||||||
|
|
Loading…
Reference in New Issue