From 788c774f1395e19cacafa39b1401ac961c3e0502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Zaninotto?= Date: Mon, 7 Nov 2022 18:40:41 +0100 Subject: [PATCH] =?UTF-8?q?=C2=A3Fix=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/Tutorial.md | 4 ++-- examples/tutorial/src/posts.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Tutorial.md b/docs/Tutorial.md index 989c0a592f5..15828bb046b 100644 --- a/docs/Tutorial.md +++ b/docs/Tutorial.md @@ -623,7 +623,7 @@ export const PostEdit = () => ( - - -+ ++ ); @@ -665,7 +665,7 @@ export const PostEdit = () => ( + + + -+ ++ + + +); diff --git a/examples/tutorial/src/posts.tsx b/examples/tutorial/src/posts.tsx index f73cfec28b0..4ffc9ef8655 100644 --- a/examples/tutorial/src/posts.tsx +++ b/examples/tutorial/src/posts.tsx @@ -39,7 +39,7 @@ export const PostEdit = () => ( - + ); @@ -49,7 +49,7 @@ export const PostCreate = () => ( - + );