First prototype of image upload working. IO-397 IO-398
This commit is contained in:
@@ -5,10 +5,8 @@ const INITIAL_STATE = {
|
||||
authorized: null,
|
||||
},
|
||||
bodyshop: null,
|
||||
fingerprint: null,
|
||||
signingIn: false,
|
||||
error: null,
|
||||
conflict: false,
|
||||
};
|
||||
|
||||
const userReducer = (state = INITIAL_STATE, action) => {
|
||||
|
||||
Reference in New Issue
Block a user