We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643493a commit 1c7cca2Copy full SHA for 1c7cca2
src/dashboard/src/components/StandardTable/index.js
@@ -103,8 +103,8 @@ class StandardTable extends PureComponent {
103
{intl.formatMessage({
104
id: 'component.standardTable.selected',
105
defaultMessage: 'Selected',
106
- })}
107
- {' '}<a style={{ fontWeight: 600 }}>{selectedRowKeys.length}</a>{' '}
+ })}{' '}
+ <a style={{ fontWeight: 600 }}>{selectedRowKeys.length}</a>{' '}
108
109
id: 'component.standardTable.item',
110
defaultMessage: 'Item',
0 commit comments