From 486ec4fae1470edd15cfcdd651dd16b4cb160131 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 16 Nov 2017 20:40:22 +0800 Subject: [PATCH] Fix code indent --- src/routes/List/TableList.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/routes/List/TableList.js b/src/routes/List/TableList.js index 332cd14e..df992670 100644 --- a/src/routes/List/TableList.js +++ b/src/routes/List/TableList.js @@ -283,7 +283,9 @@ export default class TableList extends PureComponent { {this.renderForm()}
- + { selectedRows.length > 0 && ( -- GitLab