remove unused ;

This commit is contained in:
medcl 2020-03-29 13:24:08 +08:00
parent 73fb3661eb
commit b810477886
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ class Dashboard extends React.Component {
dataSource={dataSource} dataSource={dataSource}
columns={columns} columns={columns}
size="small" size="small"
/>; />
</div> </div>
</Col> </Col>
</Row> </Row>