Skip to content

Commit

Permalink
Stringify description
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Feb 23, 2020
1 parent adbbdc1 commit 9cae899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panels/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class HacsStore extends LitElement {
if (repository.name.toLowerCase().includes(this.search.toLowerCase()))
return true;
if (
repository.description
String(repository.description)
.toLowerCase()
.includes(this.search.toLowerCase())
)
Expand Down

0 comments on commit 9cae899

Please sign in to comment.