зеркало из https://github.com/microsoft/mouselog.git
Fix "/>" typo.
This commit is contained in:
Родитель
209addb2a7
Коммит
86977846d0
|
@ -420,7 +420,7 @@ class ImpressionPage extends React.Component {
|
||||||
}}
|
}}
|
||||||
rowClassName={(record, index) => {
|
rowClassName={(record, index) => {
|
||||||
return (record.guess === 1) ? 'bot-row' : ''
|
return (record.guess === 1) ? 'bot-row' : ''
|
||||||
}}/>
|
}}
|
||||||
/>
|
/>
|
||||||
<Row type="flex" justify="end" style={{marginRight: 20}}>
|
<Row type="flex" justify="end" style={{marginRight: 20}}>
|
||||||
<Col>
|
<Col>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче