badge selection

This commit is contained in:
Delucse
2020-12-13 20:52:23 +01:00
parent 4f002d8694
commit 42981a4f11
7 changed files with 201 additions and 8 deletions
-1
View File
@@ -25,7 +25,6 @@ export const loadUser = () => (dispatch) => {
if(err.response){
dispatch(returnErrors(err.response.data.message, err.response.status));
}
console.log('auth failed');
var status = [];
if (window.localStorage.getItem('status')) {
status = JSON.parse(window.localStorage.getItem('status'));