mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-18 13:11:17 +02:00
Fix lint problem (#1810)
This commit is contained in:
committed by
Ian Storm Taylor
parent
a501d273f4
commit
e394ab450c
@@ -72,9 +72,7 @@ class Void extends React.Component {
|
|||||||
)
|
)
|
||||||
|
|
||||||
const content = (
|
const content = (
|
||||||
<Tag contentEditable={readOnly ? null : false}>
|
<Tag contentEditable={readOnly ? null : false}>{children}</Tag>
|
||||||
{children}
|
|
||||||
</Tag>
|
|
||||||
)
|
)
|
||||||
|
|
||||||
this.debug('render', { props })
|
this.debug('render', { props })
|
||||||
|
Reference in New Issue
Block a user