Skip to content

Commit

Permalink
bugfix: fix group search
Browse files Browse the repository at this point in the history
  • Loading branch information
densumesh authored and skeptrunedev committed May 22, 2024
1 parent 7324a4b commit 02e3af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search/src/components/GroupPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ export const GroupPage = (props: GroupPageProps) => {
"mt-8": query() == "",
}}
>
<Show when={query()}>
<Show when={!query()}>
<SearchForm
query={query()}
searchType={searchType()}
Expand Down

0 comments on commit 02e3af8

Please sign in to comment.