Skip to content

Commit

Permalink
fix: js cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemai2awesome committed Mar 22, 2022
1 parent 0ffe8fa commit be076e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/bolt-typeahead/typeahead.js
Expand Up @@ -127,7 +127,7 @@ class BoltTypeahead extends withLitEvents {
disabled=${ifDefined(this.disabled === true ? true : undefined)}
>
<span class="e-bolt-button__icon-center" aria-hidden="true">
${unsafeHTML(iconSearch({ attributes: { } }))}
${unsafeHTML(iconSearch())}
</span>
</button>
Expand All @@ -148,7 +148,7 @@ class BoltTypeahead extends withLitEvents {
disabled=${ifDefined(this.disabled === true ? true : undefined)}
>
<span class="e-bolt-button__icon-center" aria-hidden="true">
${unsafeHTML(iconCloseSolid({ attributes: { } }))}
${unsafeHTML(iconCloseSolid())}
</span>
</button>
`;
Expand Down

0 comments on commit be076e5

Please sign in to comment.