Skip to content

Commit

Permalink
fix: remove empty string return from computed
Browse files Browse the repository at this point in the history
fixes #236
  • Loading branch information
knownasilya committed Dec 6, 2022
1 parent e3518b2 commit f54f508
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions addon/src/helpers/page-title.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ export default class PageTitle extends Helper {

this.tokens.push(hash);
this.tokens.scheduleTitleUpdate();

return '';
}

willDestroy() {
Expand Down

0 comments on commit f54f508

Please sign in to comment.