Skip to content

Commit

Permalink
fixup! make CurrentParticipants.vue a visual component, move logic to…
Browse files Browse the repository at this point in the history
… the parent

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed Sep 12, 2023
1 parent cadf32e commit a08bd77
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/RightSidebar/Participants/ParticipantsTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ export default {
},

filteredParticipants() {
if (!this.isSearching) {
return this.participants
}

const isMatch = (string) => string.toLowerCase().includes(this.searchText.toLowerCase())

return this.participants.filter(participant => {
Expand Down

0 comments on commit a08bd77

Please sign in to comment.