Add comment.

This commit is contained in:
Bryan Mauger 2024-05-06 13:42:00 -04:00
parent 4d78134649
commit 644cd5a67b

View file

@ -107,6 +107,7 @@ export default {
}
});
// Prioritize matched typed entries to top of list
const priorityMatches = matches.filter((companyName, index) => {
if (companyName.toUpperCase().indexOf(term) === 0) {
return companyName;