Skip to content

Commit

Permalink
type error
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Oct 9, 2024
1 parent 1bd2cdb commit 6227bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/ai/overlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const DevaBot = ({
recommendationMode,
sessions,
}: {
recommendationMode: boolean;
recommendationMode?: boolean;
sessions?: any;
}) => {
const [visible, setVisible] = useRecoilState(visibleState);
Expand Down

0 comments on commit 6227bc9

Please sign in to comment.