Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
crisnicandrei committed Jan 17, 2024
1 parent db19d4d commit 4e80aab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/shared/components/tags/tags.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ export class TagsComponent implements OnInit, OnChanges {

constructor() {}

ngOnInit(): void {
}
ngOnInit(): void {}

ngOnChanges() {
if (!this.tags?.length) {
Expand Down

0 comments on commit 4e80aab

Please sign in to comment.