Skip to content

Commit f088203

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • apps/site/components/Common/Searchbox

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ import type { FC, PropsWithChildren } from 'react';
2424

2525
import styles from './chat.module.css';
2626

27-
type SlidingChatPanelProps = PropsWithChildren & {
27+
type SlidingChatPanelProps = PropsWithChildren<{
2828
open: boolean;
2929
onClose: () => void;
30-
};
30+
}>;
3131

3232
export const SlidingChatPanel: FC<SlidingChatPanelProps> = ({
3333
open,

0 commit comments

Comments
 (0)