Skip to content

Commit

Permalink
Js
Browse files Browse the repository at this point in the history
  • Loading branch information
kr8n3r committed Feb 6, 2025
1 parent d888197 commit 7dd9ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/esm/live-search.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class LiveSearch {
}

normalize (string) {
return string.toLowerCase().replace(/ /g,'')
return string.toLowerCase().replace(/ /g,'');
}

resultsSummary (num) {
Expand Down

0 comments on commit 7dd9ab3

Please sign in to comment.