mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
fix: lint
This commit is contained in:
parent
3ab6c48640
commit
54cf1a924d
@ -37,6 +37,7 @@ describe('Table', () => {
|
||||
<Column title="Last Name" dataIndex="lastName" key="lastName" />
|
||||
</ColumnGroup>
|
||||
<Column title="Age" dataIndex="age" key="age" />
|
||||
{/* eslint-disable-next-line react/jsx-curly-brace-presence */}
|
||||
{'invalid child'}
|
||||
</Table>,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user