Skip to content

Commit

Permalink
chore(description): remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 committed Sep 26, 2023
1 parent b81ca15 commit 070d857
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/about/description/description.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ export class DescriptionComponent {
.replace(/^\d/, '')
}

toggleCollapsible() {
this.isExpanded ? this.collapse() : this.expand()
}

collapse() {
this.isExpanded = false
}
Expand Down

0 comments on commit 070d857

Please sign in to comment.