diff --git a/experiments/modern/src/App.js b/experiments/modern/src/App.js index c6b8ec57..e7c662a9 100644 --- a/experiments/modern/src/App.js +++ b/experiments/modern/src/App.js @@ -82,7 +82,7 @@ function Layout({ }) { const data = React.useContext(SkinContext); if (background == null) { - console.warn("Got a Layouer without a background. Rendering null", id); + console.warn("Got a Layout without a background. Rendering null", id); return null; }