We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0819507 commit d402b83Copy full SHA for d402b83
src/components/common/chats/ChatBox.tsx
@@ -5,7 +5,7 @@ interface Params {
5
onClose?: (close: boolean) => void
6
}
7
8
-const ChatBox = ({ isOpen, onClose }: Params) => {
+const ChatBox = ({ isOpen }: Params) => {
9
return (
10
<motion.div
11
className={`w-[400px] max-w-full h-[480px] max-h-full bg-primary/20 end-0 rounded-[24px] p-4 shadow-xl backdrop-filter backdrop-blur-lg`}
0 commit comments