Client - fix applications stats display

This commit is contained in:
Sam
2021-11-14 20:48:10 +01:00
parent c836c0da7a
commit 13a2f3b526
9 changed files with 28 additions and 33 deletions

View File

@ -8,6 +8,13 @@ export const state: IRootState = {
language: 'en',
locale: enUS,
errorMessages: null,
application: <IApplication>{},
application: <IApplication>{
statistics: {
sports: 0,
uploads_dir_size: 0,
users: 0,
workouts: 0,
},
},
appLoading: false,
}