feat: Display the level cap

This commit is contained in:
Alexander Polynomdivision
2018-09-20 19:54:03 +02:00
parent 466e5a3107
commit 8ab29bece8
4 changed files with 61 additions and 3 deletions

View File

@@ -60,7 +60,9 @@ const initialState: IState = {
// TODO: Set this to false
authenticated: true,
user: {},
user: {
score: 0,
},
login: {
loading: false,