Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit f8ea36f

Browse files
committed
fix(panel): remove classname boilerplatee
fix #233
1 parent 7e72639 commit f8ea36f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Panel/Panel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const Panel = (props: Props) => {
3636
)
3737

3838
return (
39-
<Card className={className ? className.concat('', '') : className} border={color}>
39+
<Card className={className} border={color}>
4040
{title && (
4141
<Card.Header
4242
style={collapsible ? { cursor: 'pointer', textAlign: 'left' } : { textAlign: 'left' }}

0 commit comments

Comments
 (0)