minor error fixed
This commit is contained in:
parent
70e5dc8017
commit
cd12d5f69f
1 changed files with 1 additions and 2 deletions
|
@ -63,10 +63,9 @@ export default class Dashboard extends Component{
|
||||||
<Grid >
|
<Grid >
|
||||||
|
|
||||||
<Grid.Row color='black'>
|
<Grid.Row color='black'>
|
||||||
{/*TODO change this back
|
|
||||||
<Grid.Column>
|
<Grid.Column>
|
||||||
<MyHeader />
|
<MyHeader />
|
||||||
</Grid.Column>*/}
|
</Grid.Column>
|
||||||
</Grid.Row>
|
</Grid.Row>
|
||||||
<Grid.Row color='black'>
|
<Grid.Row color='black'>
|
||||||
<Grid.Column width={3}>
|
<Grid.Column width={3}>
|
||||||
|
|
Loading…
Reference in a new issue