mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-07-31 04:20:26 +02:00
Refactor render arrow functions (#969)
This commit is contained in:
committed by
Ian Storm Taylor
parent
f89f0f875c
commit
469d8b394c
@@ -36,7 +36,7 @@ class PlainText extends React.Component {
|
||||
* @return {Component} component
|
||||
*/
|
||||
|
||||
render = () => {
|
||||
render() {
|
||||
return (
|
||||
<Editor
|
||||
placeholder={'Enter some plain text...'}
|
||||
|
Reference in New Issue
Block a user