There was an error while loading. Please reload this page.
1 parent 7e72639 commit f8ea36fCopy full SHA for f8ea36f
1 file changed
src/components/Panel/Panel.tsx
@@ -36,7 +36,7 @@ const Panel = (props: Props) => {
36
)
37
38
return (
39
- <Card className={className ? className.concat('', '') : className} border={color}>
+ <Card className={className} border={color}>
40
{title && (
41
<Card.Header
42
style={collapsible ? { cursor: 'pointer', textAlign: 'left' } : { textAlign: 'left' }}
0 commit comments