mirror of https://github.com/artifacthub/hub.git
Fix loading in stats page (#2554)
Signed-off-by: Cintia Sanchez Garcia <cynthiasg@icloud.com>
This commit is contained in:
parent
13155e65ce
commit
c81c934a6f
|
|
@ -36,6 +36,8 @@ const StatsView = (props: Props) => {
|
|||
packages: {
|
||||
total: 0,
|
||||
runningTotal: [],
|
||||
viewsDaily: [],
|
||||
viewsMonthly: [],
|
||||
},
|
||||
snapshots: {
|
||||
total: 0,
|
||||
|
|
|
|||
Loading…
Reference in New Issue