diff --git a/src/components/Html.js b/src/components/Html.js index 2fc844a..d44059c 100644 --- a/src/components/Html.js +++ b/src/components/Html.js @@ -21,9 +21,11 @@ function Html({ css, js, html, head, initialState }) {
- + {initialState ? ( + + ) : null}