From dbe461556aa19f10c265843b0de6fb8d3ee5f581 Mon Sep 17 00:00:00 2001 From: derstilon Date: Wed, 3 Nov 2021 21:21:58 +0100 Subject: [PATCH] Added self closing tag for wrapper app --- src/App.tsx | 2 +- src/WrapperApp/WrapperApp.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index f2eab3cce..b225d8030 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -12,7 +12,7 @@ function App() { - + diff --git a/src/WrapperApp/WrapperApp.tsx b/src/WrapperApp/WrapperApp.tsx index eef973b65..fd561ef68 100644 --- a/src/WrapperApp/WrapperApp.tsx +++ b/src/WrapperApp/WrapperApp.tsx @@ -62,7 +62,7 @@ function WrapperApp() { - + editorRef.current = editor} /> {DEMO_MODE ||