1
0
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:
Hans-Wilhelm Warlo
2017-08-02 18:36:33 +02:00
committed by Ian Storm Taylor
parent f89f0f875c
commit 469d8b394c
34 changed files with 50 additions and 50 deletions

View File

@@ -36,7 +36,7 @@ class PlainText extends React.Component {
* @return {Component} component
*/
render = () => {
render() {
return (
<Editor
placeholder={'Enter some plain text...'}