소스 검색

{pushing to register}

Jacqueline Joson 5 년 전
부모
커밋
d66864aad8
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      src/main/webapp/app/layouts/navbar/navbar.component.ts

+ 0
- 1
src/main/webapp/app/layouts/navbar/navbar.component.ts 파일 보기

@@ -76,5 +76,4 @@ export class NavbarComponent implements OnInit {
76 76
     getImageUrl() {
77 77
         return this.isAuthenticated() ? this.principal.getImageUrl() : null;
78 78
     }
79
-    /*some change*/
80 79
 }