Skip to content

Commit ef6fe65

Browse files
minor indentation
1 parent 542bd20 commit ef6fe65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular-primeng-app/src/app/components/post-details/post-details.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class PostDetailsComponent implements OnInit, OnDestroy {
7373
this.blogName = this.blogInfo.title;
7474
const { __typename, ...links } = data.links;
7575
this.blogSocialLinks = links;
76-
this.isTeam = this.blogInfo.isTeam ? true : false;
76+
this.isTeam = this.blogInfo.isTeam ? true : false;
7777
});
7878
this.post$ = this.blogService.getSinglePost(this.blogURL, this.postSlug);
7979
this.querySubscription = this.blogService

0 commit comments

Comments
 (0)