Skip to content

Commit d402b83

Browse files
committed
chore: remove unused props
1 parent 0819507 commit d402b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/chats/ChatBox.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ interface Params {
55
onClose?: (close: boolean) => void
66
}
77

8-
const ChatBox = ({ isOpen, onClose }: Params) => {
8+
const ChatBox = ({ isOpen }: Params) => {
99
return (
1010
<motion.div
1111
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

Comments
 (0)