From a9c1b8865df4eea7e48bede2a279c53c5b641476 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 26 Oct 2017 22:12:19 +0800 Subject: [PATCH] Fix react className warning --- src/routes/Dashboard/Analysis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Dashboard/Analysis.js b/src/routes/Dashboard/Analysis.js index 477fd1fa..e9e2d5af 100644 --- a/src/routes/Dashboard/Analysis.js +++ b/src/routes/Dashboard/Analysis.js @@ -318,7 +318,7 @@ export default class Analysis extends Component { { rankingListData.map((item, i) => (
  • - {i + 1} + {i + 1} {item.title} {numeral(item.total).format('0,0')}
  • -- GitLab