Skip to content

Commit

Permalink
Correct missing provider for profile-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Dec 19, 2023
1 parent 34376ed commit 1c6479c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { UnsubscriberService } from '@/services/unsubscriber.service';
selector: 'app-profile-editor',
templateUrl: './profile-editor.component.html',
styleUrls: ['./profile-editor.component.scss'],
providers: [UnsubscriberService]
})
export class ProfileEditorComponent {
currentUser$: Observable<ApiUser | null>;
Expand Down

0 comments on commit 1c6479c

Please sign in to comment.