zlisen 4 년 전
부모
커밋
eb8bbb0042
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/reducers/user.js

+ 2
- 2
src/reducers/user.js 파일 보기

@@ -43,8 +43,8 @@ export default function user(state = INITIAL_STATE, action) {
43 43
         return {
44 44
           ...state,
45 45
           ...action.user,
46
-          // role: 'landlord',
47
-          role: 'customer',
46
+          role: 'landlord',
47
+          // role: 'customer',
48 48
         }
49 49
       } else {
50 50
         return {