Skip to content

Commit

Permalink
Remove irrelevant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rexy712 committed Nov 17, 2024
1 parent ecd3c03 commit cb44d2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/game/ui/notes/TagAutoCompleteSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ watch(() => props.modelValue, (newValue) => {
}
});
// https://stackoverflow.com/a/69901745
const results = computed(() =>
props.options.filter(
(option) => option.name.toLowerCase().includes(searchQuery.value.toLowerCase())
Expand Down

0 comments on commit cb44d2d

Please sign in to comment.