We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e3c55 commit 0fe5583Copy full SHA for 0fe5583
web/src/ActivityPage.js
@@ -411,9 +411,9 @@ class ActivityPage extends BaseListPage {
411
<Col span={1} />
412
</Row>
413
<Row style={{marginTop: "20px"}} >
414
- <Col span={1} key="left-spacer" />,
+ <Col span={1} key="left-spacer" />
415
{this.renderSubPieCharts()}
416
417
418
</React.Fragment>
419
);
0 commit comments