diff --git a/packages/ui/src/ui-component/cards/MainCard.jsx b/packages/ui/src/ui-component/cards/MainCard.jsx index 61bbf752..5d3ec235 100644 --- a/packages/ui/src/ui-component/cards/MainCard.jsx +++ b/packages/ui/src/ui-component/cards/MainCard.jsx @@ -30,10 +30,11 @@ const MainCard = forwardRef(function MainCard( }, ref ) { + const otherProps = { ...others, border: others.border === false ? undefined : others.border } return (