1
0
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:
Jinxuan Zhu
2018-05-02 13:57:49 -04:00
committed by Ian Storm Taylor
parent a501d273f4
commit e394ab450c

View File

@@ -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 })