chore: 修复类型问题

pull/64/head
moonrailgun 2 years ago
parent 71077d4877
commit 692e66d334

@ -40,7 +40,7 @@ export const ChatDropArea: React.FC = React.memo(() => {
}); });
if (!collectedProps.canDrop) { if (!collectedProps.canDrop) {
return; return null;
} }
return ( return (

Loading…
Cancel
Save