diff --git a/app/components/footer.js b/app/components/footer.js index 47170a9..55e09f1 100644 --- a/app/components/footer.js +++ b/app/components/footer.js @@ -19,9 +19,9 @@ const config = local("/config"); // E X P O R T export default state => { - if (state.hideFooter) { + if (state.hideFooter) return ""; - } + return html`
${emailSubscribe()}