Skip to content

Commit cfcc0a9

Browse files
committed
adds Row to the SolutionArea
1 parent c55ec31 commit cfcc0a9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/SolutionArea/SolutionArea.jsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ const PanelHeader = () => (
2828
const SolutionArea = ({ component }) => (
2929
<Row>
3030
<Col>
31-
32-
<Panel header={<PanelHeader />} bordered>
33-
{component}
34-
</Panel>
31+
<Panel header={<PanelHeader />} bordered>
32+
{component}
33+
</Panel>
3534
</Col>
3635
</Row>
3736
);

0 commit comments

Comments
 (0)