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

Commit

Permalink
fix(panel): remove classname boilerplatee
Browse files Browse the repository at this point in the history
fix #233
  • Loading branch information
ocBruno committed Jan 26, 2020
1 parent 7e72639 commit f8ea36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Panel/Panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Panel = (props: Props) => {
)

return (
<Card className={className ? className.concat('', '') : className} border={color}>
<Card className={className} border={color}>
{title && (
<Card.Header
style={collapsible ? { cursor: 'pointer', textAlign: 'left' } : { textAlign: 'left' }}
Expand Down

0 comments on commit f8ea36f

Please sign in to comment.