Skip to content

Commit 0fe5583

Browse files
author
Working On It
committed
fix: bug in actcvitity page
1 parent 28e3c55 commit 0fe5583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/ActivityPage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,9 +411,9 @@ class ActivityPage extends BaseListPage {
411411
<Col span={1} />
412412
</Row>
413413
<Row style={{marginTop: "20px"}} >
414-
<Col span={1} key="left-spacer" />,
414+
<Col span={1} key="left-spacer" />
415415
{this.renderSubPieCharts()}
416-
<Col span={1} key="left-spacer" />,
416+
<Col span={1} key="left-spacer" />
417417
</Row>
418418
</React.Fragment>
419419
);

0 commit comments

Comments
 (0)