@@ -43,8 +43,8 @@ export default function user(state = INITIAL_STATE, action) {
return {
...state,
...action.user,
- // role: 'landlord',
- role: 'customer',
+ role: 'landlord',
+ // role: 'customer',
}
} else {