We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55ec31 commit cfcc0a9Copy full SHA for cfcc0a9
src/SolutionArea/SolutionArea.jsx
@@ -28,10 +28,9 @@ const PanelHeader = () => (
28
const SolutionArea = ({ component }) => (
29
<Row>
30
<Col>
31
-
32
- <Panel header={<PanelHeader />} bordered>
33
- {component}
34
- </Panel>
+ <Panel header={<PanelHeader />} bordered>
+ {component}
+ </Panel>
35
</Col>
36
</Row>
37
);
0 commit comments