From 8233c1edbc0e20b1db63a07a250837bbea59e796 Mon Sep 17 00:00:00 2001 From: Dominik Hanke Date: Thu, 22 Nov 2018 13:50:41 +0100 Subject: [PATCH] Fixed small bug --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2d02dd25..50d64c62 100644 --- a/README.md +++ b/README.md @@ -1556,7 +1556,7 @@ class ToDoItem extends React.Component {
{ this.props.updateToDoText(todo.uuid, e.target.value); }} @@ -2568,7 +2568,7 @@ class ToDoItem extends React.Component {
{ this.props.updateToDoText(todo.uuid, e.target.value); }}