Skip to content

Commit 1c7cca2

Browse files
committed
Make standard table prettier
Signed-off-by: dodo920306 <dodo920306@gmail.com>
1 parent 643493a commit 1c7cca2

File tree

1 file changed

+2
-2
lines changed
  • src/dashboard/src/components/StandardTable

1 file changed

+2
-2
lines changed

src/dashboard/src/components/StandardTable/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ class StandardTable extends PureComponent {
103103
{intl.formatMessage({
104104
id: 'component.standardTable.selected',
105105
defaultMessage: 'Selected',
106-
})}
107-
{' '}<a style={{ fontWeight: 600 }}>{selectedRowKeys.length}</a>{' '}
106+
})}{' '}
107+
<a style={{ fontWeight: 600 }}>{selectedRowKeys.length}</a>{' '}
108108
{intl.formatMessage({
109109
id: 'component.standardTable.item',
110110
defaultMessage: 'Item',

0 commit comments

Comments
 (0)