feat: Display the level cap
This commit is contained in:
@@ -60,7 +60,9 @@ const initialState: IState = {
|
||||
// TODO: Set this to false
|
||||
authenticated: true,
|
||||
|
||||
user: {},
|
||||
user: {
|
||||
score: 0,
|
||||
},
|
||||
|
||||
login: {
|
||||
loading: false,
|
||||
|
||||
Reference in New Issue
Block a user