Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan-cp committed Apr 2, 2024
1 parent f5034ff commit 6097080
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/src/components/Search/SearchDefault.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ type Props = {
};

export default function SearchDefault({ variant = 'default', onSelect, pageContent }: Props) {
console.log('pageContent', pageContent);
const query = useLazyLoadQuery<SearchDefaultQuery>(
graphql`
query SearchDefaultQuery {
Expand Down

0 comments on commit 6097080

Please sign in to comment.