Skip to content

Commit 8838185

Browse files
lint ficx
1 parent 8d564bc commit 8838185

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/app/social/social.service.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import {
44
} from '@angular/common';
55
import {
66
Inject,
7-
inject,
87
Injectable,
98
PLATFORM_ID,
109
} from '@angular/core';
@@ -106,7 +105,7 @@ export class SocialService {
106105

107106
const showSocialButtons = this.activatedRouteDataChanges$.pipe(
108107
map(data => data?.showSocialButtons === true),
109-
distinctUntilChanged()
108+
distinctUntilChanged(),
110109
);
111110

112111
showSocialButtons.subscribe(this.showOnCurrentRouteSubject);

0 commit comments

Comments
 (0)