Skip to content

Commit

Permalink
couple of build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
julianjelfs committed Dec 18, 2024
1 parent 464d4d4 commit d411738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/app/src/components/home/groupdetails/Members.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@
if (user.kind === "external_bot") {
return (
user.name.toLowerCase().includes(searchTermLower) ||
(user.schema.description !== undefined &&
user.schema.description.toLocaleLowerCase().includes(searchTermLower))
(user.definition.description !== undefined &&
user.definition.description.toLocaleLowerCase().includes(searchTermLower))
);
}
Expand Down

0 comments on commit d411738

Please sign in to comment.