Skip to content

Commit 3d582dd

Browse files
aileenvlavivkeller
andauthored
Update apps/site/components/Common/Searchbox/Search.tsx
Co-authored-by: Aviv Keller <[email protected]> Signed-off-by: Aileen Villanueva Lecuona <[email protected]>
1 parent f088203 commit 3d582dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/site/components/Common/Searchbox/Search.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ import { type FC, type PropsWithChildren } from 'react';
2323
import styles from './search.module.css';
2424
import { getFormattedPath } from './utils';
2525

26-
type SearchProps = PropsWithChildren & {
26+
type SearchProps = PropsWithChildren<{
2727
onChatTrigger: () => void;
28-
};
28+
}>;
2929

3030
export const Search: FC<SearchProps> = ({ onChatTrigger }) => {
3131
const locale = useLocale();

0 commit comments

Comments
 (0)