소스 검색

Display user name where Admin was

master
Lene Scholtz 6 년 전
부모
커밋
94d01b3da3
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      src/components/shared/navBar.vue

+ 0
- 1
src/components/shared/navBar.vue 파일 보기

220
     ]),
220
     ]),
221
     NAME() {
221
     NAME() {
222
       return this.person.name;
222
       return this.person.name;
223
-      // return this.user.role;
224
     },
223
     },
225
     isLoggedIn() {
224
     isLoggedIn() {
226
       return this.token !== null && this.token !== undefined;
225
       return this.token !== null && this.token !== undefined;

Loading…
취소
저장